Html Css Color HEX #C5F88D Sulu

📋 copy color: '#C5F88D'

red 197 ◦ green 248 ◦ blue 141

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

Shades of Sulu #C5F88D

Tints of Sulu #C5F88D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.32%

 BLUE value IS 141 (55.47% from 255) = 24.06%

R = 33.62%
G = 42.32%
B = 24.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#C5F88D (or 0xC5F88D) is known color: Sulu. HEX triplet: C5, F8 and 8D. RGB value is (197,248,141). Sum of RGB (Red+Green+Blue) = 197+248+141=586 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.62% from 586); Green value is 248 (97.27% from 255 or 42.32% from 586); Blue value is 141 (55.47% from 255 or 24.06% from 586); Max value from RGB is 248 - color contains mainly: green. Hex color #C5F88D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F88D is #3A0772. Grayscale: #DCDCDC. Windows color (decimal): -3802995 or 9304261. OLE color: 9304261.

HSL color Cylindrical-coordinate representation of color #C5F88D: hue angle of 88.6º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C5F88D is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 197 248 141 -
CMYK 0.21 0 0.43 0.03
HSL 88.6º 0.88% 0.76% -
HSV(B) 88.6º 0.43% 0.97% -
XYZ 61.4 80.93 37.58 -
YUV 220.55 83.1 111.2 -
System Red Green Blue C M Y K H S L
Decimal 197 248 141 0.21 0 0.43 0.03 88.6 0.88 0.76
Hex C5 F8 8D 15 0 2B 3 59 58 4C
Octal 305 370 215 25 0 53 3 131 130 114
Binary 11000101 11111000 10001101 10101 0 101011 11 1011001 1011000 1001100

Color Harmonies of #C5F88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F88D

Black with #C5F88D

Text Example


Text Example

White with #C5F88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F88D; }

 p { color: rgb(197,248,141); }

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

background-color css

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

 a { background-color: rgb(197,248,141); }

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

border-color css

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

 span { border-color: rgb(197,248,141); }

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