Html Css Color HEX #C5F275 Sulu

📋 copy color: '#C5F275'

red 197 ◦ green 242 ◦ blue 117

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

Shades of Sulu #C5F275

Tints of Sulu #C5F275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.04%

R = 35.43%
G = 43.53%
B = 21.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#C5F275 (or 0xC5F275) is known color: Sulu. HEX triplet: C5, F2 and 75. RGB value is (197,242,117). Sum of RGB (Red+Green+Blue) = 197+242+117=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 242 (94.92% from 255 or 43.53% from 556); Blue value is 117 (46.09% from 255 or 21.04% from 556); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F275 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F275 is #3A0D8A. Grayscale: #D6D6D6. Windows color (decimal): -3804555 or 7729861. OLE color: 7729861.

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

Color convert

RGB 197 242 117 -
CMYK 0.19 0 0.52 0.05
HSL 81.6º 0.83% 0.7% -
HSV(B) 81.6º 0.52% 0.95% -
XYZ 57.99 76.66 28.57 -
YUV 214.3 73.09 115.66 -
System Red Green Blue C M Y K H S L
Decimal 197 242 117 0.19 0 0.52 0.05 81.6 0.83 0.7
Hex C5 F2 75 13 0 34 5 52 53 46
Octal 305 362 165 23 0 64 5 122 123 106
Binary 11000101 11110010 1110101 10011 0 110100 101 1010010 1010011 1000110

Color Harmonies of #C5F275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F275

Black with #C5F275

Text Example


Text Example

White with #C5F275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F275; }

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

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

background-color css

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

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

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

border-color css

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

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

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