Html Css Color HEX #CCFF62 Mindaro

📋 copy color: '#CCFF62'

red 204 ◦ green 255 ◦ blue 98

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

Shades of Mindaro #CCFF62

Tints of Mindaro #CCFF62

RGB

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

 GREEN value IS 255 (100% from 255) = 45.78%

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

R = 36.62%
G = 45.78%
B = 17.59%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#CCFF62 (or 0xCCFF62) is known color: Mindaro. HEX triplet: CC, FF and 62. RGB value is (204,255,98). Sum of RGB (Red+Green+Blue) = 204+255+98=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 98 (38.67% from 255 or 17.59% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF62 is #33009D. Grayscale: #DEDEDE. Windows color (decimal): -3342494 or 6488012. OLE color: 6488012.

HSL color Cylindrical-coordinate representation of color #CCFF62: hue angle of 79.49º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCFF62 is Cyan = 0.2, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB 204 255 98 -
CMYK 0.2 0 0.62 0
HSL 79.49º 1% 0.69% -
HSV(B) 79.49º 0.62% 1% -
XYZ 62.87 85.24 24.69 -
YUV 221.85 58.1 115.27 -
System Red Green Blue C M Y K H S L
Decimal 204 255 98 0.2 0 0.62 0 79.49 1 0.69
Hex CC FF 62 14 0 3E 0 4F 64 45
Octal 314 377 142 24 0 76 0 117 144 105
Binary 11001100 11111111 1100010 10100 0 111110 0 1001111 1100100 1000101

Color Harmonies of #CCFF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF62

Black with #CCFF62

Text Example


Text Example

White with #CCFF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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