Html Css Color HEX #CBE071 Mindaro

📋 copy color: '#CBE071'

red 203 ◦ green 224 ◦ blue 113

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

Shades of Mindaro #CBE071

Tints of Mindaro #CBE071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.93%

R = 37.59%
G = 41.48%
B = 20.93%

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

#CBE071 (or 0xCBE071) is known color: Mindaro. HEX triplet: CB, E0 and 71. RGB value is (203,224,113). Sum of RGB (Red+Green+Blue) = 203+224+113=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 113 (44.53% from 255 or 20.93% from 540); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE071 is #341F8E. Grayscale: #CDCDCD. Windows color (decimal): -3415951 or 7463115. OLE color: 7463115.

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

Color convert

RGB 203 224 113 -
CMYK 0.09 0 0.50 0.12
HSL 71.35º 0.64% 0.66% -
HSV(B) 71.35º 0.5% 0.88% -
XYZ 54.26 67.2 25.73 -
YUV 205.07 76.04 126.53 -
System Red Green Blue C M Y K H S L
Decimal 203 224 113 0.09 0 0.50 0.12 71.35 0.64 0.66
Hex CB E0 71 9 0 32 C 47 40 42
Octal 313 340 161 11 0 62 14 107 100 102
Binary 11001011 11100000 1110001 1001 0 110010 1100 1000111 1000000 1000010

Color Harmonies of #CBE071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE071

Black with #CBE071

Text Example


Text Example

White with #CBE071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE071; }

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

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

background-color css

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

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

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

border-color css

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

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

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