Html Css Color HEX #CBE970 Mindaro

📋 copy color: '#CBE970'

red 203 ◦ green 233 ◦ blue 112

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

Shades of Mindaro #CBE970

Tints of Mindaro #CBE970

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.52%

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

R = 37.04%
G = 42.52%
B = 20.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#CBE970 (or 0xCBE970) is known color: Mindaro. HEX triplet: CB, E9 and 70. RGB value is (203,233,112). Sum of RGB (Red+Green+Blue) = 203+233+112=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 233 (91.41% from 255 or 42.52% from 548); Blue value is 112 (44.14% from 255 or 20.44% from 548); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE970 is #34168F. Grayscale: #D2D2D2. Windows color (decimal): -3413648 or 7399883. OLE color: 7399883.

HSL color Cylindrical-coordinate representation of color #CBE970: hue angle of 74.88º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBE970 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 233 112 -
CMYK 0.13 0 0.52 0.09
HSL 74.88º 0.73% 0.68% -
HSV(B) 74.88º 0.52% 0.91% -
XYZ 56.69 72.14 26.27 -
YUV 210.24 72.56 122.84 -
System Red Green Blue C M Y K H S L
Decimal 203 233 112 0.13 0 0.52 0.09 74.88 0.73 0.68
Hex CB E9 70 D 0 34 9 4B 49 44
Octal 313 351 160 15 0 64 11 113 111 104
Binary 11001011 11101001 1110000 1101 0 110100 1001 1001011 1001001 1000100

Color Harmonies of #CBE970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE970

Black with #CBE970

Text Example


Text Example

White with #CBE970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE970; }

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

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

background-color css

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

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

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

border-color css

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

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

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