Html Css Color HEX #C5FF64 Sulu

📋 copy color: '#C5FF64'

red 197 ◦ green 255 ◦ blue 100

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

Shades of Sulu #C5FF64

Tints of Sulu #C5FF64

RGB

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

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

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

R = 35.69%
G = 46.2%
B = 18.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#C5FF64 (or 0xC5FF64) is known color: Sulu. HEX triplet: C5, FF and 64. RGB value is (197,255,100). Sum of RGB (Red+Green+Blue) = 197+255+100=552 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.69% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 100 (39.45% from 255 or 18.12% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FF64 is #3A009B. Grayscale: #DCDCDC. Windows color (decimal): -3801244 or 6619077. OLE color: 6619077.

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

Color convert

RGB 197 255 100 -
CMYK 0.23 0 0.61 0
HSL 82.45º 1% 0.7% -
HSV(B) 82.45º 0.61% 1% -
XYZ 61.09 84.31 25.11 -
YUV 219.99 60.28 111.6 -
System Red Green Blue C M Y K H S L
Decimal 197 255 100 0.23 0 0.61 0 82.45 1 0.7
Hex C5 FF 64 17 0 3D 0 52 64 46
Octal 305 377 144 27 0 75 0 122 144 106
Binary 11000101 11111111 1100100 10111 0 111101 0 1010010 1100100 1000110

Color Harmonies of #C5FF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FF64

Black with #C5FF64

Text Example


Text Example

White with #C5FF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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