Html Css Color HEX #CCEA5C Mindaro

📋 copy color: '#CCEA5C'

red 204 ◦ green 234 ◦ blue 92

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

Shades of Mindaro #CCEA5C

Tints of Mindaro #CCEA5C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.15%

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

R = 38.49%
G = 44.15%
B = 17.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#CCEA5C (or 0xCCEA5C) is known color: Mindaro. HEX triplet: CC, EA and 5C. RGB value is (204,234,92). Sum of RGB (Red+Green+Blue) = 204+234+92=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 92 (36.33% from 255 or 17.36% from 530); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEA5C is #3315A3. Grayscale: #D1D1D1. Windows color (decimal): -3347876 or 6089420. OLE color: 6089420.

HSL color Cylindrical-coordinate representation of color #CCEA5C: hue angle of 72.68º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCEA5C is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 92 -
CMYK 0.13 0 0.61 0.08
HSL 72.68º 0.77% 0.64% -
HSV(B) 72.68º 0.61% 0.92% -
XYZ 56.26 72.46 21.15 -
YUV 208.84 62.06 124.55 -
System Red Green Blue C M Y K H S L
Decimal 204 234 92 0.13 0 0.61 0.08 72.68 0.77 0.64
Hex CC EA 5C D 0 3D 8 49 4D 40
Octal 314 352 134 15 0 75 10 111 115 100
Binary 11001100 11101010 1011100 1101 0 111101 1000 1001001 1001101 1000000

Color Harmonies of #CCEA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA5C

Black with #CCEA5C

Text Example


Text Example

White with #CCEA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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