Html Css Color HEX #C5FC65 Sulu

📋 copy color: '#C5FC65'

red 197 ◦ green 252 ◦ blue 101

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

Shades of Sulu #C5FC65

Tints of Sulu #C5FC65

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.82%

 BLUE value IS 101 (39.84% from 255) = 18.36%

R = 35.82%
G = 45.82%
B = 18.36%

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

#C5FC65 (or 0xC5FC65) is known color: Sulu. HEX triplet: C5, FC and 65. RGB value is (197,252,101). Sum of RGB (Red+Green+Blue) = 197+252+101=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 252 (98.83% from 255 or 45.82% from 550); Blue value is 101 (39.84% from 255 or 18.36% from 550); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FC65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FC65 is #3A039A. Grayscale: #DADADA. Windows color (decimal): -3802011 or 6683845. OLE color: 6683845.

HSL color Cylindrical-coordinate representation of color #C5FC65: hue angle of 81.85º degrees, saturation: 0.96, 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 #C5FC65 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 252 101 -
CMYK 0.22 0 0.60 0.01
HSL 81.85º 0.96% 0.69% -
HSV(B) 81.85º 0.6% 0.99% -
XYZ 60.19 82.43 25.05 -
YUV 218.34 61.78 112.78 -
System Red Green Blue C M Y K H S L
Decimal 197 252 101 0.22 0 0.60 0.01 81.85 0.96 0.69
Hex C5 FC 65 16 0 3C 1 52 60 45
Octal 305 374 145 26 0 74 1 122 140 105
Binary 11000101 11111100 1100101 10110 0 111100 1 1010010 1100000 1000101

Color Harmonies of #C5FC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FC65

Black with #C5FC65

Text Example


Text Example

White with #C5FC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FC65; }

 p { color: rgb(197,252,101); }

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

background-color css

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

 a { background-color: rgb(197,252,101); }

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

border-color css

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

 span { border-color: rgb(197,252,101); }

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