Html Css Color HEX #CCF262 Mindaro

📋 copy color: '#CCF262'

red 204 ◦ green 242 ◦ blue 98

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

Shades of Mindaro #CCF262

Tints of Mindaro #CCF262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.01%

R = 37.5%
G = 44.49%
B = 18.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#CCF262 (or 0xCCF262) is known color: Mindaro. HEX triplet: CC, F2 and 62. RGB value is (204,242,98). Sum of RGB (Red+Green+Blue) = 204+242+98=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 98 (38.67% from 255 or 18.01% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF262 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF262 is #330D9D. Grayscale: #D6D6D6. Windows color (decimal): -3345822 or 6484684. OLE color: 6484684.

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

Color convert

RGB 204 242 98 -
CMYK 0.16 0 0.60 0.05
HSL 75.83º 0.85% 0.67% -
HSV(B) 75.83º 0.6% 0.95% -
XYZ 58.86 77.22 23.36 -
YUV 214.22 62.41 120.71 -
System Red Green Blue C M Y K H S L
Decimal 204 242 98 0.16 0 0.60 0.05 75.83 0.85 0.67
Hex CC F2 62 10 0 3C 5 4C 55 43
Octal 314 362 142 20 0 74 5 114 125 103
Binary 11001100 11110010 1100010 10000 0 111100 101 1001100 1010101 1000011

Color Harmonies of #CCF262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF262

Black with #CCF262

Text Example


Text Example

White with #CCF262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF262; }

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

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

background-color css

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

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

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

border-color css

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

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

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