Html Css Color HEX #CCE25F Mindaro

📋 copy color: '#CCE25F'

red 204 ◦ green 226 ◦ blue 95

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

Shades of Mindaro #CCE25F

Tints of Mindaro #CCE25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.1%

R = 38.86%
G = 43.05%
B = 18.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#CCE25F (or 0xCCE25F) is known color: Mindaro. HEX triplet: CC, E2 and 5F. RGB value is (204,226,95). Sum of RGB (Red+Green+Blue) = 204+226+95=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 226 (88.67% from 255 or 43.05% from 525); Blue value is 95 (37.5% from 255 or 18.10% from 525); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE25F is #331DA0. Grayscale: #CCCCCC. Windows color (decimal): -3349921 or 6283980. OLE color: 6283980.

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

Color convert

RGB 204 226 95 -
CMYK 0.10 0 0.58 0.11
HSL 70.08º 0.69% 0.63% -
HSV(B) 70.08º 0.58% 0.89% -
XYZ 54.16 68.06 21.11 -
YUV 204.49 66.21 127.65 -
System Red Green Blue C M Y K H S L
Decimal 204 226 95 0.10 0 0.58 0.11 70.08 0.69 0.63
Hex CC E2 5F A 0 3A B 46 45 3F
Octal 314 342 137 12 0 72 13 106 105 77
Binary 11001100 11100010 1011111 1010 0 111010 1011 1000110 1000101 111111

Color Harmonies of #CCE25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE25F

Black with #CCE25F

Text Example


Text Example

White with #CCE25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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