Html Css Color HEX #C5F97A Sulu

📋 copy color: '#C5F97A'

red 197 ◦ green 249 ◦ blue 122

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

Shades of Sulu #C5F97A

Tints of Sulu #C5F97A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.48%

R = 34.68%
G = 43.84%
B = 21.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#C5F97A (or 0xC5F97A) is known color: Sulu. HEX triplet: C5, F9 and 7A. RGB value is (197,249,122). Sum of RGB (Red+Green+Blue) = 197+249+122=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 249 (97.66% from 255 or 43.84% from 568); Blue value is 122 (48.05% from 255 or 21.48% from 568); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F97A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F97A is #3A0685. Grayscale: #DBDBDB. Windows color (decimal): -3802758 or 8059333. OLE color: 8059333.

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

Color convert

RGB 197 249 122 -
CMYK 0.21 0 0.51 0.02
HSL 84.57º 0.91% 0.73% -
HSV(B) 84.57º 0.51% 0.98% -
XYZ 60.41 81.03 30.87 -
YUV 218.97 73.27 112.33 -
System Red Green Blue C M Y K H S L
Decimal 197 249 122 0.21 0 0.51 0.02 84.57 0.91 0.73
Hex C5 F9 7A 15 0 33 2 55 5B 49
Octal 305 371 172 25 0 63 2 125 133 111
Binary 11000101 11111001 1111010 10101 0 110011 10 1010101 1011011 1001001

Color Harmonies of #C5F97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F97A

Black with #C5F97A

Text Example


Text Example

White with #C5F97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F97A; }

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

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

background-color css

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

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

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

border-color css

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

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

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