Html Css Color HEX #C1ED7D Sulu

📋 copy color: '#C1ED7D'

red 193 ◦ green 237 ◦ blue 125

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

Shades of Sulu #C1ED7D

Tints of Sulu #C1ED7D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.7%

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

R = 34.77%
G = 42.7%
B = 22.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#C1ED7D (or 0xC1ED7D) is known color: Sulu. HEX triplet: C1, ED and 7D. RGB value is (193,237,125). Sum of RGB (Red+Green+Blue) = 193+237+125=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 237 - color contains mainly: green. Hex color #C1ED7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1ED7D is #3E1282. Grayscale: #D3D3D3. Windows color (decimal): -4067971 or 8252865. OLE color: 8252865.

HSL color Cylindrical-coordinate representation of color #C1ED7D: hue angle of 83.57º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C1ED7D is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 237 125 -
CMYK 0.19 0 0.47 0.07
HSL 83.57º 0.76% 0.71% -
HSV(B) 83.57º 0.47% 0.93% -
XYZ 55.98 73.39 30.62 -
YUV 211.08 79.42 115.11 -
System Red Green Blue C M Y K H S L
Decimal 193 237 125 0.19 0 0.47 0.07 83.57 0.76 0.71
Hex C1 ED 7D 13 0 2F 7 54 4C 47
Octal 301 355 175 23 0 57 7 124 114 107
Binary 11000001 11101101 1111101 10011 0 101111 111 1010100 1001100 1000111

Color Harmonies of #C1ED7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ED7D

Black with #C1ED7D

Text Example


Text Example

White with #C1ED7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ED7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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