Html Css Color HEX #CBE072 Mindaro

📋 copy color: '#CBE072'

red 203 ◦ green 224 ◦ blue 114

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

Shades of Mindaro #CBE072

Tints of Mindaro #CBE072

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.4%

 BLUE value IS 114 (44.92% from 255) = 21.07%

R = 37.52%
G = 41.4%
B = 21.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#CBE072 (or 0xCBE072) is known color: Mindaro. HEX triplet: CB, E0 and 72. RGB value is (203,224,114). Sum of RGB (Red+Green+Blue) = 203+224+114=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 114 (44.92% from 255 or 21.07% from 541); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE072 is #341F8D. Grayscale: #CDCDCD. Windows color (decimal): -3415950 or 7528651. OLE color: 7528651.

HSL color Cylindrical-coordinate representation of color #CBE072: hue angle of 71.45º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBE072 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 224 114 -
CMYK 0.09 0 0.49 0.12
HSL 71.45º 0.64% 0.66% -
HSV(B) 71.45º 0.49% 0.88% -
XYZ 54.32 67.22 26.03 -
YUV 205.18 76.54 126.44 -
System Red Green Blue C M Y K H S L
Decimal 203 224 114 0.09 0 0.49 0.12 71.45 0.64 0.66
Hex CB E0 72 9 0 31 C 47 40 42
Octal 313 340 162 11 0 61 14 107 100 102
Binary 11001011 11100000 1110010 1001 0 110001 1100 1000111 1000000 1000010

Color Harmonies of #CBE072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE072

Black with #CBE072

Text Example


Text Example

White with #CBE072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE072; }

 p { color: rgb(203,224,114); }

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

background-color css

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

 a { background-color: rgb(203,224,114); }

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

border-color css

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

 span { border-color: rgb(203,224,114); }

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