Html Css Color HEX #CBE273 Mindaro

📋 copy color: '#CBE273'

red 203 ◦ green 226 ◦ blue 115

#CBE273
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #CBE273

Tints of Mindaro #CBE273

RGB

 RED value IS 203 (79.69% from 255) = 37.32%

 GREEN value IS 226 (88.67% from 255) = 41.54%

 BLUE value IS 115 (45.31% from 255) = 21.14%

R = 37.32%
G = 41.54%
B = 21.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBE273 (or 0xCBE273) is known color: Mindaro. HEX triplet: CB, E2 and 73. RGB value is (203,226,115). Sum of RGB (Red+Green+Blue) = 203+226+115=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 115 (45.31% from 255 or 21.14% from 544); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE273 is #341D8C. Grayscale: #CECECE. Windows color (decimal): -3415437 or 7594699. OLE color: 7594699.

HSL color Cylindrical-coordinate representation of color #CBE273: hue angle of 72.43º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBE273 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 226 115 -
CMYK 0.10 0 0.49 0.11
HSL 72.43º 0.66% 0.67% -
HSV(B) 72.43º 0.49% 0.89% -
XYZ 54.92 68.33 26.51 -
YUV 206.47 76.38 125.53 -
System Red Green Blue C M Y K H S L
Decimal 203 226 115 0.10 0 0.49 0.11 72.43 0.66 0.67
Hex CB E2 73 A 0 31 B 48 42 43
Octal 313 342 163 12 0 61 13 110 102 103
Binary 11001011 11100010 1110011 1010 0 110001 1011 1001000 1000010 1000011

Color Harmonies of #CBE273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE273

Black with #CBE273

Text Example


Text Example

White with #CBE273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE273; }

 p { color: rgb(203,226,115); }

 H1.HeaderClassName
 {
   color: #CBE273;
 }
 .AnyTagClassName
 {
   color: #CBE273;
 }
</style>

background-color css

<style>
 a { background-color: #CBE273; }

 a { background-color: rgb(203,226,115); }

 div.DivClassName
 {
   background-color: #CBE273;
 }
 .BgClassName
 {
   background-color: #CBE273;
 }
</style>

border-color css

<style>
 span { border-color: #CBE273; }

 span { border-color: rgb(203,226,115); }

 td.TdClassName
 {
   border-color: #CBE273;
 }
 .TagClassName
 {
   border-color: #CBE273;
 }
</style>