Html Css Color HEX #C1F28D Sulu

📋 copy color: '#C1F28D'

red 193 ◦ green 242 ◦ blue 141

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

Shades of Sulu #C1F28D

Tints of Sulu #C1F28D

RGB

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

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

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

R = 33.51%
G = 42.01%
B = 24.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#C1F28D (or 0xC1F28D) is known color: Sulu. HEX triplet: C1, F2 and 8D. RGB value is (193,242,141). Sum of RGB (Red+Green+Blue) = 193+242+141=576 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.51% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #C1F28D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1F28D is #3E0D72. Grayscale: #D8D8D8. Windows color (decimal): -4066675 or 9302721. OLE color: 9302721.

HSL color Cylindrical-coordinate representation of color #C1F28D: hue angle of 89.11º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1F28D is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 193 242 141 -
CMYK 0.20 0 0.42 0.05
HSL 89.11º 0.8% 0.75% -
HSV(B) 89.11º 0.42% 0.95% -
XYZ 58.55 76.76 36.93 -
YUV 215.84 85.77 111.71 -
System Red Green Blue C M Y K H S L
Decimal 193 242 141 0.20 0 0.42 0.05 89.11 0.8 0.75
Hex C1 F2 8D 14 0 2A 5 59 50 4B
Octal 301 362 215 24 0 52 5 131 120 113
Binary 11000001 11110010 10001101 10100 0 101010 101 1011001 1010000 1001011

Color Harmonies of #C1F28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1F28D

Black with #C1F28D

Text Example


Text Example

White with #C1F28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1F28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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