Html Css Color HEX #C5F985 Sulu

📋 copy color: '#C5F985'

red 197 ◦ green 249 ◦ blue 133

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

Shades of Sulu #C5F985

Tints of Sulu #C5F985

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.01%

 BLUE value IS 133 (52.34% from 255) = 22.97%

R = 34.02%
G = 43.01%
B = 22.97%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#C5F985 (or 0xC5F985) is known color: Sulu. HEX triplet: C5, F9 and 85. RGB value is (197,249,133). Sum of RGB (Red+Green+Blue) = 197+249+133=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 133 (52.34% from 255 or 22.97% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F985 is #3A067A. Grayscale: #DCDCDC. Windows color (decimal): -3802747 or 8780229. OLE color: 8780229.

HSL color Cylindrical-coordinate representation of color #C5F985: hue angle of 86.9º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C5F985 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 249 133 -
CMYK 0.21 0 0.47 0.02
HSL 86.9º 0.91% 0.75% -
HSV(B) 86.9º 0.47% 0.98% -
XYZ 61.14 81.32 34.66 -
YUV 220.23 78.77 111.43 -
System Red Green Blue C M Y K H S L
Decimal 197 249 133 0.21 0 0.47 0.02 86.9 0.91 0.75
Hex C5 F9 85 15 0 2F 2 57 5B 4B
Octal 305 371 205 25 0 57 2 127 133 113
Binary 11000101 11111001 10000101 10101 0 101111 10 1010111 1011011 1001011

Color Harmonies of #C5F985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F985

Black with #C5F985

Text Example


Text Example

White with #C5F985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F985; }

 p { color: rgb(197,249,133); }

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

background-color css

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

 a { background-color: rgb(197,249,133); }

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

border-color css

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

 span { border-color: rgb(197,249,133); }

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