Html Css Color HEX #C1FD7E Sulu

📋 copy color: '#C1FD7E'

red 193 ◦ green 253 ◦ blue 126

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

Shades of Sulu #C1FD7E

Tints of Sulu #C1FD7E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.23%

 BLUE value IS 126 (49.61% from 255) = 22.03%

R = 33.74%
G = 44.23%
B = 22.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#C1FD7E (or 0xC1FD7E) is known color: Sulu. HEX triplet: C1, FD and 7E. RGB value is (193,253,126). Sum of RGB (Red+Green+Blue) = 193+253+126=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 253 (99.22% from 255 or 44.23% from 572); Blue value is 126 (49.61% from 255 or 22.03% from 572); Max value from RGB is 253 - color contains mainly: green. Hex color #C1FD7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FD7E is #3E0281. Grayscale: #DDDDDD. Windows color (decimal): -4063874 or 8322497. OLE color: 8322497.

HSL color Cylindrical-coordinate representation of color #C1FD7E: hue angle of 88.35º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1FD7E is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 193 253 126 -
CMYK 0.24 0 0.50 0.01
HSL 88.35º 0.97% 0.74% -
HSV(B) 88.35º 0.5% 0.99% -
XYZ 60.88 83.09 32.57 -
YUV 220.58 74.62 108.33 -
System Red Green Blue C M Y K H S L
Decimal 193 253 126 0.24 0 0.50 0.01 88.35 0.97 0.74
Hex C1 FD 7E 18 0 32 1 58 61 4A
Octal 301 375 176 30 0 62 1 130 141 112
Binary 11000001 11111101 1111110 11000 0 110010 1 1011000 1100001 1001010

Color Harmonies of #C1FD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1FD7E

Black with #C1FD7E

Text Example


Text Example

White with #C1FD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1FD7E; }

 p { color: rgb(193,253,126); }

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

background-color css

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

 a { background-color: rgb(193,253,126); }

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

border-color css

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

 span { border-color: rgb(193,253,126); }

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