Html Css Color HEX #CCEC5C Mindaro

📋 copy color: '#CCEC5C'

red 204 ◦ green 236 ◦ blue 92

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

Shades of Mindaro #CCEC5C

Tints of Mindaro #CCEC5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.29%

R = 38.35%
G = 44.36%
B = 17.29%

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

#CCEC5C (or 0xCCEC5C) is known color: Mindaro. HEX triplet: CC, EC and 5C. RGB value is (204,236,92). Sum of RGB (Red+Green+Blue) = 204+236+92=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 92 (36.33% from 255 or 17.29% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEC5C is #3313A3. Grayscale: #D2D2D2. Windows color (decimal): -3347364 or 6089932. OLE color: 6089932.

HSL color Cylindrical-coordinate representation of color #CCEC5C: hue angle of 73.33º 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 #CCEC5C is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 236 92 -
CMYK 0.14 0 0.61 0.07
HSL 73.33º 0.79% 0.64% -
HSV(B) 73.33º 0.61% 0.93% -
XYZ 56.83 73.6 21.34 -
YUV 210.02 61.4 123.71 -
System Red Green Blue C M Y K H S L
Decimal 204 236 92 0.14 0 0.61 0.07 73.33 0.79 0.64
Hex CC EC 5C E 0 3D 7 49 4F 40
Octal 314 354 134 16 0 75 7 111 117 100
Binary 11001100 11101100 1011100 1110 0 111101 111 1001001 1001111 1000000

Color Harmonies of #CCEC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEC5C

Black with #CCEC5C

Text Example


Text Example

White with #CCEC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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