Html Css Color HEX #CCE868 Mindaro

📋 copy color: '#CCE868'

red 204 ◦ green 232 ◦ blue 104

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

Shades of Mindaro #CCE868

Tints of Mindaro #CCE868

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.96%

 BLUE value IS 104 (41.02% from 255) = 19.26%

R = 37.78%
G = 42.96%
B = 19.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#CCE868 (or 0xCCE868) is known color: Mindaro. HEX triplet: CC, E8 and 68. RGB value is (204,232,104). Sum of RGB (Red+Green+Blue) = 204+232+104=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 232 (91.02% from 255 or 42.96% from 540); Blue value is 104 (41.02% from 255 or 19.26% from 540); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE868 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE868 is #331797. Grayscale: #D1D1D1. Windows color (decimal): -3348376 or 6875340. OLE color: 6875340.

HSL color Cylindrical-coordinate representation of color #CCE868: hue angle of 73.12º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCE868 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 232 104 -
CMYK 0.12 0 0.55 0.09
HSL 73.13º 0.74% 0.66% -
HSV(B) 73.13º 0.55% 0.91% -
XYZ 56.26 71.55 23.94 -
YUV 209.04 68.72 124.41 -
System Red Green Blue C M Y K H S L
Decimal 204 232 104 0.12 0 0.55 0.09 73.13 0.74 0.66
Hex CC E8 68 C 0 37 9 49 4A 42
Octal 314 350 150 14 0 67 11 111 112 102
Binary 11001100 11101000 1101000 1100 0 110111 1001 1001001 1001010 1000010

Color Harmonies of #CCE868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE868

Black with #CCE868

Text Example


Text Example

White with #CCE868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE868; }

 p { color: rgb(204,232,104); }

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

background-color css

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

 a { background-color: rgb(204,232,104); }

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

border-color css

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

 span { border-color: rgb(204,232,104); }

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