Html Css Color HEX #CBE470 Mindaro

📋 copy color: '#CBE470'

red 203 ◦ green 228 ◦ blue 112

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

Shades of Mindaro #CBE470

Tints of Mindaro #CBE470

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.99%

 BLUE value IS 112 (44.14% from 255) = 20.63%

R = 37.38%
G = 41.99%
B = 20.63%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#CBE470 (or 0xCBE470) is known color: Mindaro. HEX triplet: CB, E4 and 70. RGB value is (203,228,112). Sum of RGB (Red+Green+Blue) = 203+228+112=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE470 is #341B8F. Grayscale: #CFCFCF. Windows color (decimal): -3414928 or 7398603. OLE color: 7398603.

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

Color convert

RGB 203 228 112 -
CMYK 0.11 0 0.51 0.11
HSL 72.93º 0.68% 0.67% -
HSV(B) 72.93º 0.51% 0.89% -
XYZ 55.3 69.35 25.8 -
YUV 207.3 74.22 124.93 -
System Red Green Blue C M Y K H S L
Decimal 203 228 112 0.11 0 0.51 0.11 72.93 0.68 0.67
Hex CB E4 70 B 0 33 B 49 44 43
Octal 313 344 160 13 0 63 13 111 104 103
Binary 11001011 11100100 1110000 1011 0 110011 1011 1001001 1000100 1000011

Color Harmonies of #CBE470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE470

Black with #CBE470

Text Example


Text Example

White with #CBE470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE470; }

 p { color: rgb(203,228,112); }

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

background-color css

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

 a { background-color: rgb(203,228,112); }

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

border-color css

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

 span { border-color: rgb(203,228,112); }

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