Html Css Color HEX #C5FD65 Sulu

📋 copy color: '#C5FD65'

red 197 ◦ green 253 ◦ blue 101

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

Shades of Sulu #C5FD65

Tints of Sulu #C5FD65

RGB

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

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

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

R = 35.75%
G = 45.92%
B = 18.33%

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

#C5FD65 (or 0xC5FD65) is known color: Sulu. HEX triplet: C5, FD and 65. RGB value is (197,253,101). Sum of RGB (Red+Green+Blue) = 197+253+101=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 101 (39.84% from 255 or 18.33% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #C5FD65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FD65 is #3A029A. Grayscale: #DBDBDB. Windows color (decimal): -3801755 or 6684101. OLE color: 6684101.

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

Color convert

RGB 197 253 101 -
CMYK 0.22 0 0.60 0.01
HSL 82.11º 0.97% 0.69% -
HSV(B) 82.11º 0.6% 0.99% -
XYZ 60.5 83.06 25.16 -
YUV 218.93 61.45 112.36 -
System Red Green Blue C M Y K H S L
Decimal 197 253 101 0.22 0 0.60 0.01 82.11 0.97 0.69
Hex C5 FD 65 16 0 3C 1 52 61 45
Octal 305 375 145 26 0 74 1 122 141 105
Binary 11000101 11111101 1100101 10110 0 111100 1 1010010 1100001 1000101

Color Harmonies of #C5FD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FD65

Black with #C5FD65

Text Example


Text Example

White with #C5FD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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