Html Css Color HEX #CCEF6C Mindaro

📋 copy color: '#CCEF6C'

red 204 ◦ green 239 ◦ blue 108

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

Shades of Mindaro #CCEF6C

Tints of Mindaro #CCEF6C

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.38%

 BLUE value IS 108 (42.58% from 255) = 19.6%

R = 37.02%
G = 43.38%
B = 19.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#CCEF6C (or 0xCCEF6C) is known color: Mindaro. HEX triplet: CC, EF and 6C. RGB value is (204,239,108). Sum of RGB (Red+Green+Blue) = 204+239+108=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 108 (42.58% from 255 or 19.60% from 551); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEF6C is #331093. Grayscale: #D6D6D6. Windows color (decimal): -3346580 or 7139276. OLE color: 7139276.

HSL color Cylindrical-coordinate representation of color #CCEF6C: hue angle of 76.03º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCEF6C is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 239 108 -
CMYK 0.15 0 0.55 0.06
HSL 76.03º 0.8% 0.68% -
HSV(B) 76.03º 0.55% 0.94% -
XYZ 58.48 75.65 25.71 -
YUV 213.6 68.4 121.15 -
System Red Green Blue C M Y K H S L
Decimal 204 239 108 0.15 0 0.55 0.06 76.03 0.8 0.68
Hex CC EF 6C F 0 37 6 4C 50 44
Octal 314 357 154 17 0 67 6 114 120 104
Binary 11001100 11101111 1101100 1111 0 110111 110 1001100 1010000 1000100

Color Harmonies of #CCEF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEF6C

Black with #CCEF6C

Text Example


Text Example

White with #CCEF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEF6C; }

 p { color: rgb(204,239,108); }

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

background-color css

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

 a { background-color: rgb(204,239,108); }

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

border-color css

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

 span { border-color: rgb(204,239,108); }

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