Html Css Color HEX #CBE06F Mindaro

📋 copy color: '#CBE06F'

red 203 ◦ green 224 ◦ blue 111

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

Shades of Mindaro #CBE06F

Tints of Mindaro #CBE06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.63%

R = 37.73%
G = 41.64%
B = 20.63%

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

#CBE06F (or 0xCBE06F) is known color: Mindaro. HEX triplet: CB, E0 and 6F. RGB value is (203,224,111). Sum of RGB (Red+Green+Blue) = 203+224+111=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 111 (43.75% from 255 or 20.63% from 538); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE06F is #341F90. Grayscale: #CDCDCD. Windows color (decimal): -3415953 or 7332043. OLE color: 7332043.

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

Color convert

RGB 203 224 111 -
CMYK 0.09 0 0.50 0.12
HSL 71.15º 0.65% 0.66% -
HSV(B) 71.15º 0.5% 0.88% -
XYZ 54.15 67.16 25.15 -
YUV 204.84 75.04 126.69 -
System Red Green Blue C M Y K H S L
Decimal 203 224 111 0.09 0 0.50 0.12 71.15 0.65 0.66
Hex CB E0 6F 9 0 32 C 47 41 42
Octal 313 340 157 11 0 62 14 107 101 102
Binary 11001011 11100000 1101111 1001 0 110010 1100 1000111 1000001 1000010

Color Harmonies of #CBE06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE06F

Black with #CBE06F

Text Example


Text Example

White with #CBE06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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