Html Css Color HEX #C5F97C Sulu

📋 copy color: '#C5F97C'

red 197 ◦ green 249 ◦ blue 124

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

Shades of Sulu #C5F97C

Tints of Sulu #C5F97C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.75%

R = 34.56%
G = 43.68%
B = 21.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#C5F97C (or 0xC5F97C) is known color: Sulu. HEX triplet: C5, F9 and 7C. RGB value is (197,249,124). Sum of RGB (Red+Green+Blue) = 197+249+124=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 124 (48.83% from 255 or 21.75% from 570); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F97C is #3A0683. Grayscale: #DBDBDB. Windows color (decimal): -3802756 or 8190405. OLE color: 8190405.

HSL color Cylindrical-coordinate representation of color #C5F97C: hue angle of 84.96º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5F97C is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 249 124 -
CMYK 0.21 0 0.50 0.02
HSL 84.96º 0.91% 0.73% -
HSV(B) 84.96º 0.5% 0.98% -
XYZ 60.54 81.08 31.53 -
YUV 219.2 74.27 112.16 -
System Red Green Blue C M Y K H S L
Decimal 197 249 124 0.21 0 0.50 0.02 84.96 0.91 0.73
Hex C5 F9 7C 15 0 32 2 55 5B 49
Octal 305 371 174 25 0 62 2 125 133 111
Binary 11000101 11111001 1111100 10101 0 110010 10 1010101 1011011 1001001

Color Harmonies of #C5F97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F97C

Black with #C5F97C

Text Example


Text Example

White with #C5F97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F97C; }

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

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

background-color css

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

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

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

border-color css

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

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

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