Html Css Color HEX #C5F08A Sulu

📋 copy color: '#C5F08A'

red 197 ◦ green 240 ◦ blue 138

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

Shades of Sulu #C5F08A

Tints of Sulu #C5F08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24%

R = 34.26%
G = 41.74%
B = 24%

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

#C5F08A (or 0xC5F08A) is known color: Sulu. HEX triplet: C5, F0 and 8A. RGB value is (197,240,138). Sum of RGB (Red+Green+Blue) = 197+240+138=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 240 (94.14% from 255 or 41.74% from 575); Blue value is 138 (54.30% from 255 or 24% from 575); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F08A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F08A is #3A0F75. Grayscale: #D7D7D7. Windows color (decimal): -3805046 or 9105605. OLE color: 9105605.

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

Color convert

RGB 197 240 138 -
CMYK 0.18 0 0.42 0.06
HSL 85.29º 0.77% 0.74% -
HSV(B) 85.29º 0.43% 0.94% -
XYZ 58.77 76.03 35.62 -
YUV 215.52 84.25 114.79 -
System Red Green Blue C M Y K H S L
Decimal 197 240 138 0.18 0 0.42 0.06 85.29 0.77 0.74
Hex C5 F0 8A 12 0 2A 6 55 4D 4A
Octal 305 360 212 22 0 52 6 125 115 112
Binary 11000101 11110000 10001010 10010 0 101010 110 1010101 1001101 1001010

Color Harmonies of #C5F08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F08A

Black with #C5F08A

Text Example


Text Example

White with #C5F08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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