Html Css Color HEX #CBE070 Mindaro

📋 copy color: '#CBE070'

red 203 ◦ green 224 ◦ blue 112

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

Shades of Mindaro #CBE070

Tints of Mindaro #CBE070

RGB

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

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

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

R = 37.66%
G = 41.56%
B = 20.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#CBE070 (or 0xCBE070) is known color: Mindaro. HEX triplet: CB, E0 and 70. RGB value is (203,224,112). Sum of RGB (Red+Green+Blue) = 203+224+112=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 112 (44.14% from 255 or 20.78% from 539); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE070 is #341F8F. Grayscale: #CDCDCD. Windows color (decimal): -3415952 or 7397579. OLE color: 7397579.

HSL color Cylindrical-coordinate representation of color #CBE070: hue angle of 71.25º degrees, saturation: 0.64, 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 #CBE070 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 224 112 -
CMYK 0.09 0 0.50 0.12
HSL 71.25º 0.64% 0.66% -
HSV(B) 71.25º 0.5% 0.88% -
XYZ 54.21 67.18 25.44 -
YUV 204.95 75.54 126.61 -
System Red Green Blue C M Y K H S L
Decimal 203 224 112 0.09 0 0.50 0.12 71.25 0.64 0.66
Hex CB E0 70 9 0 32 C 47 40 42
Octal 313 340 160 11 0 62 14 107 100 102
Binary 11001011 11100000 1110000 1001 0 110010 1100 1000111 1000000 1000010

Color Harmonies of #CBE070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE070

Black with #CBE070

Text Example


Text Example

White with #CBE070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE070; }

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

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

background-color css

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

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

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

border-color css

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

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

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