Html Css Color HEX #CCEC5B Mindaro

📋 copy color: '#CCEC5B'

red 204 ◦ green 236 ◦ blue 91

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

Shades of Mindaro #CCEC5B

Tints of Mindaro #CCEC5B

RGB

 RED value IS 204 (80.08% from 255) = 38.42%

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

 BLUE value IS 91 (35.94% from 255) = 17.14%

R = 38.42%
G = 44.44%
B = 17.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#CCEC5B (or 0xCCEC5B) is known color: Mindaro. HEX triplet: CC, EC and 5B. RGB value is (204,236,91). Sum of RGB (Red+Green+Blue) = 204+236+91=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 91 (35.94% from 255 or 17.14% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEC5B is #3313A4. Grayscale: #D2D2D2. Windows color (decimal): -3347365 or 6024396. OLE color: 6024396.

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

Color convert

RGB 204 236 91 -
CMYK 0.14 0 0.61 0.07
HSL 73.24º 0.79% 0.64% -
HSV(B) 73.24º 0.61% 0.93% -
XYZ 56.79 73.58 21.11 -
YUV 209.9 60.9 123.79 -
System Red Green Blue C M Y K H S L
Decimal 204 236 91 0.14 0 0.61 0.07 73.24 0.79 0.64
Hex CC EC 5B E 0 3D 7 49 4F 40
Octal 314 354 133 16 0 75 7 111 117 100
Binary 11001100 11101100 1011011 1110 0 111101 111 1001001 1001111 1000000

Color Harmonies of #CCEC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEC5B

Black with #CCEC5B

Text Example


Text Example

White with #CCEC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEC5B; }

 p { color: rgb(204,236,91); }

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

background-color css

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

 a { background-color: rgb(204,236,91); }

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

border-color css

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

 span { border-color: rgb(204,236,91); }

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