Html Css Color HEX #CCF25F Mindaro

📋 copy color: '#CCF25F'

red 204 ◦ green 242 ◦ blue 95

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

Shades of Mindaro #CCF25F

Tints of Mindaro #CCF25F

RGB

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

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

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

R = 37.71%
G = 44.73%
B = 17.56%

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

#CCF25F (or 0xCCF25F) is known color: Mindaro. HEX triplet: CC, F2 and 5F. RGB value is (204,242,95). Sum of RGB (Red+Green+Blue) = 204+242+95=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 242 (94.92% from 255 or 44.73% from 541); Blue value is 95 (37.5% from 255 or 17.56% from 541); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF25F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF25F is #330DA0. Grayscale: #D6D6D6. Windows color (decimal): -3345825 or 6288076. OLE color: 6288076.

HSL color Cylindrical-coordinate representation of color #CCF25F: hue angle of 75.51º 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 #CCF25F is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 95 -
CMYK 0.16 0 0.61 0.05
HSL 75.51º 0.85% 0.66% -
HSV(B) 75.51º 0.61% 0.95% -
XYZ 58.72 77.17 22.63 -
YUV 213.88 60.91 120.95 -
System Red Green Blue C M Y K H S L
Decimal 204 242 95 0.16 0 0.61 0.05 75.51 0.85 0.66
Hex CC F2 5F 10 0 3D 5 4C 55 42
Octal 314 362 137 20 0 75 5 114 125 102
Binary 11001100 11110010 1011111 10000 0 111101 101 1001100 1010101 1000010

Color Harmonies of #CCF25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF25F

Black with #CCF25F

Text Example


Text Example

White with #CCF25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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