Html Css Color HEX #C1FE7D Sulu

📋 copy color: '#C1FE7D'

red 193 ◦ green 254 ◦ blue 125

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

Shades of Sulu #C1FE7D

Tints of Sulu #C1FE7D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.41%

 BLUE value IS 125 (49.22% from 255) = 21.85%

R = 33.74%
G = 44.41%
B = 21.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#C1FE7D (or 0xC1FE7D) is known color: Sulu. HEX triplet: C1, FE and 7D. RGB value is (193,254,125). Sum of RGB (Red+Green+Blue) = 193+254+125=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 125 (49.22% from 255 or 21.85% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #C1FE7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FE7D is #3E0182. Grayscale: #DDDDDD. Windows color (decimal): -4063619 or 8257217. OLE color: 8257217.

HSL color Cylindrical-coordinate representation of color #C1FE7D: hue angle of 88.37º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1FE7D is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 193 254 125 -
CMYK 0.24 0 0.51 0.00
HSL 88.37º 0.98% 0.74% -
HSV(B) 88.37º 0.51% 1% -
XYZ 61.14 83.7 32.34 -
YUV 221.06 73.79 107.99 -
System Red Green Blue C M Y K H S L
Decimal 193 254 125 0.24 0 0.51 0.00 88.37 0.98 0.74
Hex C1 FE 7D 18 0 33 0 58 62 4A
Octal 301 376 175 30 0 63 0 130 142 112
Binary 11000001 11111110 1111101 11000 0 110011 0 1011000 1100010 1001010

Color Harmonies of #C1FE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1FE7D

Black with #C1FE7D

Text Example


Text Example

White with #C1FE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1FE7D; }

 p { color: rgb(193,254,125); }

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

background-color css

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

 a { background-color: rgb(193,254,125); }

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

border-color css

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

 span { border-color: rgb(193,254,125); }

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