Html Css Color HEX #CCE25D Mindaro

📋 copy color: '#CCE25D'

red 204 ◦ green 226 ◦ blue 93

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

Shades of Mindaro #CCE25D

Tints of Mindaro #CCE25D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.21%

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

R = 39.01%
G = 43.21%
B = 17.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#CCE25D (or 0xCCE25D) is known color: Mindaro. HEX triplet: CC, E2 and 5D. RGB value is (204,226,93). Sum of RGB (Red+Green+Blue) = 204+226+93=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 226 (88.67% from 255 or 43.21% from 523); Blue value is 93 (36.72% from 255 or 17.78% from 523); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE25D is #331DA2. Grayscale: #CCCCCC. Windows color (decimal): -3349923 or 6152908. OLE color: 6152908.

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

Color convert

RGB 204 226 93 -
CMYK 0.10 0 0.59 0.11
HSL 69.92º 0.7% 0.63% -
HSV(B) 69.92º 0.59% 0.89% -
XYZ 54.07 68.02 20.64 -
YUV 204.26 65.21 127.81 -
System Red Green Blue C M Y K H S L
Decimal 204 226 93 0.10 0 0.59 0.11 69.92 0.7 0.63
Hex CC E2 5D A 0 3B B 46 46 3F
Octal 314 342 135 12 0 73 13 106 106 77
Binary 11001100 11100010 1011101 1010 0 111011 1011 1000110 1000110 111111

Color Harmonies of #CCE25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE25D

Black with #CCE25D

Text Example


Text Example

White with #CCE25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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