Html Css Color HEX #C5F974 Sulu

📋 copy color: '#C5F974'

red 197 ◦ green 249 ◦ blue 116

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

Shades of Sulu #C5F974

Tints of Sulu #C5F974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.64%

R = 35.05%
G = 44.31%
B = 20.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#C5F974 (or 0xC5F974) is known color: Sulu. HEX triplet: C5, F9 and 74. RGB value is (197,249,116). Sum of RGB (Red+Green+Blue) = 197+249+116=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 249 (97.66% from 255 or 44.31% from 562); Blue value is 116 (45.70% from 255 or 20.64% from 562); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F974 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F974 is #3A068B. Grayscale: #DADADA. Windows color (decimal): -3802764 or 7666117. OLE color: 7666117.

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

Color convert

RGB 197 249 116 -
CMYK 0.21 0 0.53 0.02
HSL 83.46º 0.92% 0.72% -
HSV(B) 83.46º 0.53% 0.98% -
XYZ 60.05 80.88 28.97 -
YUV 218.29 70.27 112.81 -
System Red Green Blue C M Y K H S L
Decimal 197 249 116 0.21 0 0.53 0.02 83.46 0.92 0.72
Hex C5 F9 74 15 0 35 2 53 5C 48
Octal 305 371 164 25 0 65 2 123 134 110
Binary 11000101 11111001 1110100 10101 0 110101 10 1010011 1011100 1001000

Color Harmonies of #C5F974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F974

Black with #C5F974

Text Example


Text Example

White with #C5F974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F974; }

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

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

background-color css

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

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

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

border-color css

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

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

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