Html Css Color HEX #CCF25A Mindaro

📋 copy color: '#CCF25A'

red 204 ◦ green 242 ◦ blue 90

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

Shades of Mindaro #CCF25A

Tints of Mindaro #CCF25A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.79%

R = 38.06%
G = 45.15%
B = 16.79%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#CCF25A (or 0xCCF25A) is known color: Mindaro. HEX triplet: CC, F2 and 5A. RGB value is (204,242,90). Sum of RGB (Red+Green+Blue) = 204+242+90=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 90 (35.55% from 255 or 16.79% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF25A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF25A is #330DA5. Grayscale: #D5D5D5. Windows color (decimal): -3345830 or 5960396. OLE color: 5960396.

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

Color convert

RGB 204 242 90 -
CMYK 0.16 0 0.63 0.05
HSL 75º 0.85% 0.65% -
HSV(B) 75º 0.63% 0.95% -
XYZ 58.5 77.08 21.47 -
YUV 213.31 58.41 121.36 -
System Red Green Blue C M Y K H S L
Decimal 204 242 90 0.16 0 0.63 0.05 75 0.85 0.65
Hex CC F2 5A 10 0 3F 5 4B 55 41
Octal 314 362 132 20 0 77 5 113 125 101
Binary 11001100 11110010 1011010 10000 0 111111 101 1001011 1010101 1000001

Color Harmonies of #CCF25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF25A

Black with #CCF25A

Text Example


Text Example

White with #CCF25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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