Html Css Color HEX #CBE170 Mindaro

📋 copy color: '#CBE170'

red 203 ◦ green 225 ◦ blue 112

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

Shades of Mindaro #CBE170

Tints of Mindaro #CBE170

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.67%

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

R = 37.59%
G = 41.67%
B = 20.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#CBE170 (or 0xCBE170) is known color: Mindaro. HEX triplet: CB, E1 and 70. RGB value is (203,225,112). Sum of RGB (Red+Green+Blue) = 203+225+112=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 112 (44.14% from 255 or 20.74% from 540); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE170 is #341E8F. Grayscale: #CDCDCD. Windows color (decimal): -3415696 or 7397835. OLE color: 7397835.

HSL color Cylindrical-coordinate representation of color #CBE170: hue angle of 71.68º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBE170 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 225 112 -
CMYK 0.10 0 0.50 0.12
HSL 71.68º 0.65% 0.66% -
HSV(B) 71.68º 0.5% 0.88% -
XYZ 54.48 67.72 25.53 -
YUV 205.54 75.21 126.19 -
System Red Green Blue C M Y K H S L
Decimal 203 225 112 0.10 0 0.50 0.12 71.68 0.65 0.66
Hex CB E1 70 A 0 32 C 48 41 42
Octal 313 341 160 12 0 62 14 110 101 102
Binary 11001011 11100001 1110000 1010 0 110010 1100 1001000 1000001 1000010

Color Harmonies of #CBE170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE170

Black with #CBE170

Text Example


Text Example

White with #CBE170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE170; }

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

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

background-color css

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

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

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

border-color css

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

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

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