Html Css Color HEX #CCEB5E Mindaro

📋 copy color: '#CCEB5E'

red 204 ◦ green 235 ◦ blue 94

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

Shades of Mindaro #CCEB5E

Tints of Mindaro #CCEB5E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.09%

 BLUE value IS 94 (37.11% from 255) = 17.64%

R = 38.27%
G = 44.09%
B = 17.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#CCEB5E (or 0xCCEB5E) is known color: Mindaro. HEX triplet: CC, EB and 5E. RGB value is (204,235,94). Sum of RGB (Red+Green+Blue) = 204+235+94=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 94 (37.11% from 255 or 17.64% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEB5E is #3314A1. Grayscale: #D2D2D2. Windows color (decimal): -3347618 or 6220748. OLE color: 6220748.

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

Color convert

RGB 204 235 94 -
CMYK 0.13 0 0.6 0.08
HSL 73.19º 0.78% 0.65% -
HSV(B) 73.19º 0.6% 0.92% -
XYZ 56.63 73.06 21.71 -
YUV 209.66 62.73 123.96 -
System Red Green Blue C M Y K H S L
Decimal 204 235 94 0.13 0 0.6 0.08 73.19 0.78 0.65
Hex CC EB 5E D 0 3C 8 49 4E 41
Octal 314 353 136 15 0 74 10 111 116 101
Binary 11001100 11101011 1011110 1101 0 111100 1000 1001001 1001110 1000001

Color Harmonies of #CCEB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEB5E

Black with #CCEB5E

Text Example


Text Example

White with #CCEB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEB5E; }

 p { color: rgb(204,235,94); }

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

background-color css

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

 a { background-color: rgb(204,235,94); }

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

border-color css

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

 span { border-color: rgb(204,235,94); }

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