Html Css Color HEX #C1F88D Sulu

📋 copy color: '#C1F88D'

red 193 ◦ green 248 ◦ blue 141

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

Shades of Sulu #C1F88D

Tints of Sulu #C1F88D

RGB

 RED value IS 193 (75.78% from 255) = 33.16%

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

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

R = 33.16%
G = 42.61%
B = 24.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#C1F88D (or 0xC1F88D) is known color: Sulu. HEX triplet: C1, F8 and 8D. RGB value is (193,248,141). Sum of RGB (Red+Green+Blue) = 193+248+141=582 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.16% from 582); Green value is 248 (97.27% from 255 or 42.61% from 582); Blue value is 141 (55.47% from 255 or 24.23% from 582); Max value from RGB is 248 - color contains mainly: green. Hex color #C1F88D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1F88D is #3E0772. Grayscale: #DBDBDB. Windows color (decimal): -4065139 or 9304257. OLE color: 9304257.

HSL color Cylindrical-coordinate representation of color #C1F88D: hue angle of 90.84º 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 #C1F88D is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 193 248 141 -
CMYK 0.22 0 0.43 0.03
HSL 90.84º 0.88% 0.76% -
HSV(B) 90.84º 0.43% 0.97% -
XYZ 60.37 80.4 37.54 -
YUV 219.36 83.78 109.2 -
System Red Green Blue C M Y K H S L
Decimal 193 248 141 0.22 0 0.43 0.03 90.84 0.88 0.76
Hex C1 F8 8D 16 0 2B 3 5B 58 4C
Octal 301 370 215 26 0 53 3 133 130 114
Binary 11000001 11111000 10001101 10110 0 101011 11 1011011 1011000 1001100

Color Harmonies of #C1F88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1F88D

Black with #C1F88D

Text Example


Text Example

White with #C1F88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1F88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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