Html Css Color HEX #C5FA62 Sulu

📋 copy color: '#C5FA62'

red 197 ◦ green 250 ◦ blue 98

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

Shades of Sulu #C5FA62

Tints of Sulu #C5FA62

RGB

 RED value IS 197 (77.34% from 255) = 36.15%

 GREEN value IS 250 (98.05% from 255) = 45.87%

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

R = 36.15%
G = 45.87%
B = 17.98%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#C5FA62 (or 0xC5FA62) is known color: Sulu. HEX triplet: C5, FA and 62. RGB value is (197,250,98). Sum of RGB (Red+Green+Blue) = 197+250+98=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 98 (38.67% from 255 or 17.98% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FA62 is #3A059D. Grayscale: #D9D9D9. Windows color (decimal): -3802526 or 6486725. OLE color: 6486725.

HSL color Cylindrical-coordinate representation of color #C5FA62: hue angle of 80.92º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5FA62 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 250 98 -
CMYK 0.21 0 0.61 0.02
HSL 80.92º 0.94% 0.68% -
HSV(B) 80.92º 0.61% 0.98% -
XYZ 59.42 81.12 24.08 -
YUV 216.83 60.94 113.86 -
System Red Green Blue C M Y K H S L
Decimal 197 250 98 0.21 0 0.61 0.02 80.92 0.94 0.68
Hex C5 FA 62 15 0 3D 2 51 5E 44
Octal 305 372 142 25 0 75 2 121 136 104
Binary 11000101 11111010 1100010 10101 0 111101 10 1010001 1011110 1000100

Color Harmonies of #C5FA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FA62

Black with #C5FA62

Text Example


Text Example

White with #C5FA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FA62; }

 p { color: rgb(197,250,98); }

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

background-color css

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

 a { background-color: rgb(197,250,98); }

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

border-color css

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

 span { border-color: rgb(197,250,98); }

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