Html Css Color HEX #C5F278 Sulu

📋 copy color: '#C5F278'

red 197 ◦ green 242 ◦ blue 120

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

Shades of Sulu #C5F278

Tints of Sulu #C5F278

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.29%

 BLUE value IS 120 (47.27% from 255) = 21.47%

R = 35.24%
G = 43.29%
B = 21.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#C5F278 (or 0xC5F278) is known color: Sulu. HEX triplet: C5, F2 and 78. RGB value is (197,242,120). Sum of RGB (Red+Green+Blue) = 197+242+120=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 120 (47.27% from 255 or 21.47% from 559); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F278 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F278 is #3A0D87. Grayscale: #D7D7D7. Windows color (decimal): -3804552 or 7926469. OLE color: 7926469.

HSL color Cylindrical-coordinate representation of color #C5F278: hue angle of 82.13º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5F278 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 242 120 -
CMYK 0.19 0 0.50 0.05
HSL 82.13º 0.82% 0.71% -
HSV(B) 82.13º 0.5% 0.95% -
XYZ 58.17 76.73 29.51 -
YUV 214.64 74.59 115.42 -
System Red Green Blue C M Y K H S L
Decimal 197 242 120 0.19 0 0.50 0.05 82.13 0.82 0.71
Hex C5 F2 78 13 0 32 5 52 52 47
Octal 305 362 170 23 0 62 5 122 122 107
Binary 11000101 11110010 1111000 10011 0 110010 101 1010010 1010010 1000111

Color Harmonies of #C5F278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F278

Black with #C5F278

Text Example


Text Example

White with #C5F278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F278; }

 p { color: rgb(197,242,120); }

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

background-color css

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

 a { background-color: rgb(197,242,120); }

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

border-color css

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

 span { border-color: rgb(197,242,120); }

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