Html Css Color HEX #C1ED7E Sulu

📋 copy color: '#C1ED7E'

red 193 ◦ green 237 ◦ blue 126

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

Shades of Sulu #C1ED7E

Tints of Sulu #C1ED7E

RGB

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

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

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

R = 34.71%
G = 42.63%
B = 22.66%

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

#C1ED7E (or 0xC1ED7E) is known color: Sulu. HEX triplet: C1, ED and 7E. RGB value is (193,237,126). Sum of RGB (Red+Green+Blue) = 193+237+126=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 126 (49.61% from 255 or 22.66% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #C1ED7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1ED7E is #3E1281. Grayscale: #D3D3D3. Windows color (decimal): -4067970 or 8318401. OLE color: 8318401.

HSL color Cylindrical-coordinate representation of color #C1ED7E: hue angle of 83.78º 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 #C1ED7E is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 237 126 -
CMYK 0.19 0 0.47 0.07
HSL 83.78º 0.76% 0.71% -
HSV(B) 83.78º 0.47% 0.93% -
XYZ 56.04 73.41 30.95 -
YUV 211.19 79.92 115.03 -
System Red Green Blue C M Y K H S L
Decimal 193 237 126 0.19 0 0.47 0.07 83.78 0.76 0.71
Hex C1 ED 7E 13 0 2F 7 54 4C 47
Octal 301 355 176 23 0 57 7 124 114 107
Binary 11000001 11101101 1111110 10011 0 101111 111 1010100 1001100 1000111

Color Harmonies of #C1ED7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ED7E

Black with #C1ED7E

Text Example


Text Example

White with #C1ED7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ED7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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