Html Css Color HEX #C5F175 Sulu

📋 copy color: '#C5F175'

red 197 ◦ green 241 ◦ blue 117

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

Shades of Sulu #C5F175

Tints of Sulu #C5F175

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.42%

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

R = 35.5%
G = 43.42%
B = 21.08%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#C5F175 (or 0xC5F175) is known color: Sulu. HEX triplet: C5, F1 and 75. RGB value is (197,241,117). Sum of RGB (Red+Green+Blue) = 197+241+117=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 117 (46.09% from 255 or 21.08% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F175 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F175 is #3A0E8A. Grayscale: #D6D6D6. Windows color (decimal): -3804811 or 7729605. OLE color: 7729605.

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

Color convert

RGB 197 241 117 -
CMYK 0.18 0 0.51 0.05
HSL 81.29º 0.82% 0.7% -
HSV(B) 81.29º 0.51% 0.95% -
XYZ 57.69 76.07 28.47 -
YUV 213.71 73.42 116.08 -
System Red Green Blue C M Y K H S L
Decimal 197 241 117 0.18 0 0.51 0.05 81.29 0.82 0.7
Hex C5 F1 75 12 0 33 5 51 52 46
Octal 305 361 165 22 0 63 5 121 122 106
Binary 11000101 11110001 1110101 10010 0 110011 101 1010001 1010010 1000110

Color Harmonies of #C5F175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F175

Black with #C5F175

Text Example


Text Example

White with #C5F175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F175; }

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

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

background-color css

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

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

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

border-color css

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

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

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