Html Css Color HEX #C5F08C Sulu

📋 copy color: '#C5F08C'

red 197 ◦ green 240 ◦ blue 140

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

Shades of Sulu #C5F08C

Tints of Sulu #C5F08C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.59%

 BLUE value IS 140 (55.08% from 255) = 24.26%

R = 34.14%
G = 41.59%
B = 24.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#C5F08C (or 0xC5F08C) is known color: Sulu. HEX triplet: C5, F0 and 8C. RGB value is (197,240,140). Sum of RGB (Red+Green+Blue) = 197+240+140=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 140 (55.08% from 255 or 24.26% from 577); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F08C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F08C is #3A0F73. Grayscale: #D8D8D8. Windows color (decimal): -3805044 or 9236677. OLE color: 9236677.

HSL color Cylindrical-coordinate representation of color #C5F08C: hue angle of 85.8º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5F08C is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 240 140 -
CMYK 0.18 0 0.42 0.06
HSL 85.8º 0.77% 0.75% -
HSV(B) 85.8º 0.42% 0.94% -
XYZ 58.92 76.08 36.39 -
YUV 215.74 85.25 114.63 -
System Red Green Blue C M Y K H S L
Decimal 197 240 140 0.18 0 0.42 0.06 85.8 0.77 0.75
Hex C5 F0 8C 12 0 2A 6 56 4D 4B
Octal 305 360 214 22 0 52 6 126 115 113
Binary 11000101 11110000 10001100 10010 0 101010 110 1010110 1001101 1001011

Color Harmonies of #C5F08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F08C

Black with #C5F08C

Text Example


Text Example

White with #C5F08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F08C; }

 p { color: rgb(197,240,140); }

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

background-color css

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

 a { background-color: rgb(197,240,140); }

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

border-color css

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

 span { border-color: rgb(197,240,140); }

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