Html Css Color HEX #CCF25C Mindaro

📋 copy color: '#CCF25C'

red 204 ◦ green 242 ◦ blue 92

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

Shades of Mindaro #CCF25C

Tints of Mindaro #CCF25C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.1%

R = 37.92%
G = 44.98%
B = 17.1%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#CCF25C (or 0xCCF25C) is known color: Mindaro. HEX triplet: CC, F2 and 5C. RGB value is (204,242,92). Sum of RGB (Red+Green+Blue) = 204+242+92=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 92 (36.33% from 255 or 17.10% from 538); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF25C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF25C is #330DA3. Grayscale: #D6D6D6. Windows color (decimal): -3345828 or 6091468. OLE color: 6091468.

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

Color convert

RGB 204 242 92 -
CMYK 0.16 0 0.62 0.05
HSL 75.2º 0.85% 0.65% -
HSV(B) 75.2º 0.62% 0.95% -
XYZ 58.59 77.11 21.92 -
YUV 213.54 59.41 121.2 -
System Red Green Blue C M Y K H S L
Decimal 204 242 92 0.16 0 0.62 0.05 75.2 0.85 0.65
Hex CC F2 5C 10 0 3E 5 4B 55 41
Octal 314 362 134 20 0 76 5 113 125 101
Binary 11001100 11110010 1011100 10000 0 111110 101 1001011 1010101 1000001

Color Harmonies of #CCF25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF25C

Black with #CCF25C

Text Example


Text Example

White with #CCF25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF25C; }

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

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

background-color css

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

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

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

border-color css

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

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

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