Html Css Color HEX #C5F965 Sulu

📋 copy color: '#C5F965'

red 197 ◦ green 249 ◦ blue 101

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

Shades of Sulu #C5F965

Tints of Sulu #C5F965

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.52%

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

R = 36.01%
G = 45.52%
B = 18.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#C5F965 (or 0xC5F965) is known color: Sulu. HEX triplet: C5, F9 and 65. RGB value is (197,249,101). Sum of RGB (Red+Green+Blue) = 197+249+101=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 101 (39.84% from 255 or 18.46% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F965 is #3A069A. Grayscale: #D9D9D9. Windows color (decimal): -3802779 or 6683077. OLE color: 6683077.

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

Color convert

RGB 197 249 101 -
CMYK 0.21 0 0.59 0.02
HSL 81.08º 0.93% 0.69% -
HSV(B) 81.08º 0.59% 0.98% -
XYZ 59.25 80.56 24.74 -
YUV 216.58 62.77 114.03 -
System Red Green Blue C M Y K H S L
Decimal 197 249 101 0.21 0 0.59 0.02 81.08 0.93 0.69
Hex C5 F9 65 15 0 3B 2 51 5C 45
Octal 305 371 145 25 0 73 2 121 134 105
Binary 11000101 11111001 1100101 10101 0 111011 10 1010001 1011100 1000101

Color Harmonies of #C5F965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F965

Black with #C5F965

Text Example


Text Example

White with #C5F965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F965; }

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

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

background-color css

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

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

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

border-color css

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

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

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