Html Css Color HEX #CCE468 Mindaro

📋 copy color: '#CCE468'

red 204 ◦ green 228 ◦ blue 104

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

Shades of Mindaro #CCE468

Tints of Mindaro #CCE468

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.54%

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

R = 38.06%
G = 42.54%
B = 19.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#CCE468 (or 0xCCE468) is known color: Mindaro. HEX triplet: CC, E4 and 68. RGB value is (204,228,104). Sum of RGB (Red+Green+Blue) = 204+228+104=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 228 (89.45% from 255 or 42.54% from 536); Blue value is 104 (41.02% from 255 or 19.40% from 536); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE468 is #331B97. Grayscale: #CFCFCF. Windows color (decimal): -3349400 or 6874316. OLE color: 6874316.

HSL color Cylindrical-coordinate representation of color #CCE468: hue angle of 71.61º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCE468 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 228 104 -
CMYK 0.11 0 0.54 0.11
HSL 71.61º 0.7% 0.65% -
HSV(B) 71.61º 0.54% 0.89% -
XYZ 55.14 69.32 23.57 -
YUV 206.69 70.05 126.08 -
System Red Green Blue C M Y K H S L
Decimal 204 228 104 0.11 0 0.54 0.11 71.61 0.7 0.65
Hex CC E4 68 B 0 36 B 48 46 41
Octal 314 344 150 13 0 66 13 110 106 101
Binary 11001100 11100100 1101000 1011 0 110110 1011 1001000 1000110 1000001

Color Harmonies of #CCE468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE468

Black with #CCE468

Text Example


Text Example

White with #CCE468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE468; }

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

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

background-color css

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

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

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

border-color css

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

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

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