Html Css Color HEX #C5F96B Sulu

📋 copy color: '#C5F96B'

red 197 ◦ green 249 ◦ blue 107

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

Shades of Sulu #C5F96B

Tints of Sulu #C5F96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.35%

R = 35.62%
G = 45.03%
B = 19.35%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#C5F96B (or 0xC5F96B) is known color: Sulu. HEX triplet: C5, F9 and 6B. RGB value is (197,249,107). Sum of RGB (Red+Green+Blue) = 197+249+107=553 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.62% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 107 (42.19% from 255 or 19.35% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F96B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F96B is #3A0694. Grayscale: #D9D9D9. Windows color (decimal): -3802773 or 7076293. OLE color: 7076293.

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

Color convert

RGB 197 249 107 -
CMYK 0.21 0 0.57 0.02
HSL 81.97º 0.92% 0.7% -
HSV(B) 81.97º 0.57% 0.98% -
XYZ 59.56 80.68 26.34 -
YUV 217.26 65.77 113.55 -
System Red Green Blue C M Y K H S L
Decimal 197 249 107 0.21 0 0.57 0.02 81.97 0.92 0.7
Hex C5 F9 6B 15 0 39 2 52 5C 46
Octal 305 371 153 25 0 71 2 122 134 106
Binary 11000101 11111001 1101011 10101 0 111001 10 1010010 1011100 1000110

Color Harmonies of #C5F96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F96B

Black with #C5F96B

Text Example


Text Example

White with #C5F96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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