Html Css Color HEX #C5F380 Sulu

📋 copy color: '#C5F380'

red 197 ◦ green 243 ◦ blue 128

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

Shades of Sulu #C5F380

Tints of Sulu #C5F380

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.78%

 BLUE value IS 128 (50.39% from 255) = 22.54%

R = 34.68%
G = 42.78%
B = 22.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#C5F380 (or 0xC5F380) is known color: Sulu. HEX triplet: C5, F3 and 80. RGB value is (197,243,128). Sum of RGB (Red+Green+Blue) = 197+243+128=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 243 (95.31% from 255 or 42.78% from 568); Blue value is 128 (50.39% from 255 or 22.54% from 568); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F380 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F380 is #3A0C7F. Grayscale: #D8D8D8. Windows color (decimal): -3804288 or 8451013. OLE color: 8451013.

HSL color Cylindrical-coordinate representation of color #C5F380: hue angle of 84º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C5F380 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 243 128 -
CMYK 0.19 0 0.47 0.05
HSL 84º 0.83% 0.73% -
HSV(B) 84º 0.47% 0.95% -
XYZ 58.97 77.53 32.28 -
YUV 216.14 78.26 114.35 -
System Red Green Blue C M Y K H S L
Decimal 197 243 128 0.19 0 0.47 0.05 84 0.83 0.73
Hex C5 F3 80 13 0 2F 5 54 53 49
Octal 305 363 200 23 0 57 5 124 123 111
Binary 11000101 11110011 10000000 10011 0 101111 101 1010100 1010011 1001001

Color Harmonies of #C5F380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F380

Black with #C5F380

Text Example


Text Example

White with #C5F380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F380; }

 p { color: rgb(197,243,128); }

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

background-color css

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

 a { background-color: rgb(197,243,128); }

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

border-color css

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

 span { border-color: rgb(197,243,128); }

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