Html Css Color HEX #C5FD64 Sulu

📋 copy color: '#C5FD64'

red 197 ◦ green 253 ◦ blue 100

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

Shades of Sulu #C5FD64

Tints of Sulu #C5FD64

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46%

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

R = 35.82%
G = 46%
B = 18.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#C5FD64 (or 0xC5FD64) is known color: Sulu. HEX triplet: C5, FD and 64. RGB value is (197,253,100). Sum of RGB (Red+Green+Blue) = 197+253+100=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 100 (39.45% from 255 or 18.18% from 550); Max value from RGB is 253 - color contains mainly: green. Hex color #C5FD64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FD64 is #3A029B. Grayscale: #DBDBDB. Windows color (decimal): -3801756 or 6618565. OLE color: 6618565.

HSL color Cylindrical-coordinate representation of color #C5FD64: hue angle of 81.96º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5FD64 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 253 100 -
CMYK 0.22 0 0.60 0.01
HSL 81.96º 0.97% 0.69% -
HSV(B) 81.96º 0.6% 0.99% -
XYZ 60.45 83.04 24.9 -
YUV 218.81 60.95 112.44 -
System Red Green Blue C M Y K H S L
Decimal 197 253 100 0.22 0 0.60 0.01 81.96 0.97 0.69
Hex C5 FD 64 16 0 3C 1 52 61 45
Octal 305 375 144 26 0 74 1 122 141 105
Binary 11000101 11111101 1100100 10110 0 111100 1 1010010 1100001 1000101

Color Harmonies of #C5FD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FD64

Black with #C5FD64

Text Example


Text Example

White with #C5FD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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