Html Css Color HEX #CBEC55 Mindaro

📋 copy color: '#CBEC55'

red 203 ◦ green 236 ◦ blue 85

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

Shades of Mindaro #CBEC55

Tints of Mindaro #CBEC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.22%

R = 38.74%
G = 45.04%
B = 16.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#CBEC55 (or 0xCBEC55) is known color: Mindaro. HEX triplet: CB, EC and 55. RGB value is (203,236,85). Sum of RGB (Red+Green+Blue) = 203+236+85=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 85 (33.59% from 255 or 16.22% from 524); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEC55 is #3413AA. Grayscale: #D1D1D1. Windows color (decimal): -3412907 or 5631179. OLE color: 5631179.

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

Color convert

RGB 203 236 85 -
CMYK 0.14 0 0.64 0.07
HSL 73.11º 0.8% 0.63% -
HSV(B) 73.11º 0.64% 0.93% -
XYZ 56.26 73.34 19.79 -
YUV 208.92 58.07 123.78 -
System Red Green Blue C M Y K H S L
Decimal 203 236 85 0.14 0 0.64 0.07 73.11 0.8 0.63
Hex CB EC 55 E 0 40 7 49 50 3F
Octal 313 354 125 16 0 100 7 111 120 77
Binary 11001011 11101100 1010101 1110 0 1000000 111 1001001 1010000 111111

Color Harmonies of #CBEC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEC55

Black with #CBEC55

Text Example


Text Example

White with #CBEC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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