Html Css Color HEX #CBE16F Mindaro

📋 copy color: '#CBE16F'

red 203 ◦ green 225 ◦ blue 111

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

Shades of Mindaro #CBE16F

Tints of Mindaro #CBE16F

RGB

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

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

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

R = 37.66%
G = 41.74%
B = 20.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#CBE16F (or 0xCBE16F) is known color: Mindaro. HEX triplet: CB, E1 and 6F. RGB value is (203,225,111). Sum of RGB (Red+Green+Blue) = 203+225+111=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 111 (43.75% from 255 or 20.59% from 539); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE16F is #341E90. Grayscale: #CDCDCD. Windows color (decimal): -3415697 or 7332299. OLE color: 7332299.

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

Color convert

RGB 203 225 111 -
CMYK 0.10 0 0.51 0.12
HSL 71.58º 0.66% 0.66% -
HSV(B) 71.58º 0.51% 0.88% -
XYZ 54.42 67.69 25.24 -
YUV 205.43 74.71 126.27 -
System Red Green Blue C M Y K H S L
Decimal 203 225 111 0.10 0 0.51 0.12 71.58 0.66 0.66
Hex CB E1 6F A 0 33 C 48 42 42
Octal 313 341 157 12 0 63 14 110 102 102
Binary 11001011 11100001 1101111 1010 0 110011 1100 1001000 1000010 1000010

Color Harmonies of #CBE16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE16F

Black with #CBE16F

Text Example


Text Example

White with #CBE16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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