Html Css Color HEX #CBEC6F Mindaro

📋 copy color: '#CBEC6F'

red 203 ◦ green 236 ◦ blue 111

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

Shades of Mindaro #CBEC6F

Tints of Mindaro #CBEC6F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.91%

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

R = 36.91%
G = 42.91%
B = 20.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#CBEC6F (or 0xCBEC6F) is known color: Mindaro. HEX triplet: CB, EC and 6F. RGB value is (203,236,111). Sum of RGB (Red+Green+Blue) = 203+236+111=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 111 (43.75% from 255 or 20.18% from 550); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEC6F is #341390. Grayscale: #D4D4D4. Windows color (decimal): -3412881 or 7335115. OLE color: 7335115.

HSL color Cylindrical-coordinate representation of color #CBEC6F: hue angle of 75.84º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBEC6F is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 236 111 -
CMYK 0.14 0 0.53 0.07
HSL 75.84º 0.77% 0.68% -
HSV(B) 75.84º 0.53% 0.93% -
XYZ 57.49 73.84 26.26 -
YUV 211.88 71.07 121.66 -
System Red Green Blue C M Y K H S L
Decimal 203 236 111 0.14 0 0.53 0.07 75.84 0.77 0.68
Hex CB EC 6F E 0 35 7 4C 4D 44
Octal 313 354 157 16 0 65 7 114 115 104
Binary 11001011 11101100 1101111 1110 0 110101 111 1001100 1001101 1000100

Color Harmonies of #CBEC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEC6F

Black with #CBEC6F

Text Example


Text Example

White with #CBEC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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