Html Css Color HEX #CCF25E Mindaro

📋 copy color: '#CCF25E'

red 204 ◦ green 242 ◦ blue 94

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

Shades of Mindaro #CCF25E

Tints of Mindaro #CCF25E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.81%

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

R = 37.78%
G = 44.81%
B = 17.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#CCF25E (or 0xCCF25E) is known color: Mindaro. HEX triplet: CC, F2 and 5E. RGB value is (204,242,94). Sum of RGB (Red+Green+Blue) = 204+242+94=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 242 (94.92% from 255 or 44.81% from 540); Blue value is 94 (37.11% from 255 or 17.41% from 540); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF25E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF25E is #330DA1. Grayscale: #D6D6D6. Windows color (decimal): -3345826 or 6222540. OLE color: 6222540.

HSL color Cylindrical-coordinate representation of color #CCF25E: hue angle of 75.41º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCF25E is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 94 -
CMYK 0.16 0 0.61 0.05
HSL 75.41º 0.85% 0.66% -
HSV(B) 75.41º 0.61% 0.95% -
XYZ 58.67 77.15 22.39 -
YUV 213.77 60.41 121.03 -
System Red Green Blue C M Y K H S L
Decimal 204 242 94 0.16 0 0.61 0.05 75.41 0.85 0.66
Hex CC F2 5E 10 0 3D 5 4B 55 42
Octal 314 362 136 20 0 75 5 113 125 102
Binary 11001100 11110010 1011110 10000 0 111101 101 1001011 1010101 1000010

Color Harmonies of #CCF25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF25E

Black with #CCF25E

Text Example


Text Example

White with #CCF25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF25E; }

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

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

background-color css

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

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

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

border-color css

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

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

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