Html Css Color HEX #C5FA64 Sulu

📋 copy color: '#C5FA64'

red 197 ◦ green 250 ◦ blue 100

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

Shades of Sulu #C5FA64

Tints of Sulu #C5FA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.28%

R = 36.01%
G = 45.7%
B = 18.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#C5FA64 (or 0xC5FA64) is known color: Sulu. HEX triplet: C5, FA and 64. RGB value is (197,250,100). Sum of RGB (Red+Green+Blue) = 197+250+100=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 250 (98.05% from 255 or 45.70% from 547); Blue value is 100 (39.45% from 255 or 18.28% from 547); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FA64 is #3A059B. Grayscale: #D9D9D9. Windows color (decimal): -3802524 or 6617797. OLE color: 6617797.

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

Color convert

RGB 197 250 100 -
CMYK 0.21 0 0.6 0.02
HSL 81.2º 0.94% 0.69% -
HSV(B) 81.2º 0.6% 0.98% -
XYZ 59.51 81.16 24.59 -
YUV 217.05 61.94 113.7 -
System Red Green Blue C M Y K H S L
Decimal 197 250 100 0.21 0 0.6 0.02 81.2 0.94 0.69
Hex C5 FA 64 15 0 3C 2 51 5E 45
Octal 305 372 144 25 0 74 2 121 136 105
Binary 11000101 11111010 1100100 10101 0 111100 10 1010001 1011110 1000101

Color Harmonies of #C5FA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FA64

Black with #C5FA64

Text Example


Text Example

White with #C5FA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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