Html Css Color HEX #CCEA5D Mindaro

📋 copy color: '#CCEA5D'

red 204 ◦ green 234 ◦ blue 93

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

Shades of Mindaro #CCEA5D

Tints of Mindaro #CCEA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.51%

R = 38.42%
G = 44.07%
B = 17.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#CCEA5D (or 0xCCEA5D) is known color: Mindaro. HEX triplet: CC, EA and 5D. RGB value is (204,234,93). Sum of RGB (Red+Green+Blue) = 204+234+93=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 93 (36.72% from 255 or 17.51% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEA5D is #3315A2. Grayscale: #D1D1D1. Windows color (decimal): -3347875 or 6154956. OLE color: 6154956.

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

Color convert

RGB 204 234 93 -
CMYK 0.13 0 0.60 0.08
HSL 72.77º 0.77% 0.64% -
HSV(B) 72.77º 0.6% 0.92% -
XYZ 56.3 72.47 21.38 -
YUV 208.96 62.56 124.46 -
System Red Green Blue C M Y K H S L
Decimal 204 234 93 0.13 0 0.60 0.08 72.77 0.77 0.64
Hex CC EA 5D D 0 3C 8 49 4D 40
Octal 314 352 135 15 0 74 10 111 115 100
Binary 11001100 11101010 1011101 1101 0 111100 1000 1001001 1001101 1000000

Color Harmonies of #CCEA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA5D

Black with #CCEA5D

Text Example


Text Example

White with #CCEA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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