Html Css Color HEX #CCEF6E Mindaro

📋 copy color: '#CCEF6E'

red 204 ◦ green 239 ◦ blue 110

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

Shades of Mindaro #CCEF6E

Tints of Mindaro #CCEF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.89%

R = 36.89%
G = 43.22%
B = 19.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#CCEF6E (or 0xCCEF6E) is known color: Mindaro. HEX triplet: CC, EF and 6E. RGB value is (204,239,110). Sum of RGB (Red+Green+Blue) = 204+239+110=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 110 (43.36% from 255 or 19.89% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEF6E is #331091. Grayscale: #D6D6D6. Windows color (decimal): -3346578 or 7270348. OLE color: 7270348.

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

Color convert

RGB 204 239 110 -
CMYK 0.15 0 0.54 0.06
HSL 76.28º 0.8% 0.68% -
HSV(B) 76.28º 0.54% 0.94% -
XYZ 58.58 75.7 26.28 -
YUV 213.83 69.4 120.99 -
System Red Green Blue C M Y K H S L
Decimal 204 239 110 0.15 0 0.54 0.06 76.28 0.8 0.68
Hex CC EF 6E F 0 36 6 4C 50 44
Octal 314 357 156 17 0 66 6 114 120 104
Binary 11001100 11101111 1101110 1111 0 110110 110 1001100 1010000 1000100

Color Harmonies of #CCEF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEF6E

Black with #CCEF6E

Text Example


Text Example

White with #CCEF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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