Html Css Color HEX #C1EB7A Sulu

📋 copy color: '#C1EB7A'

red 193 ◦ green 235 ◦ blue 122

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

Shades of Sulu #C1EB7A

Tints of Sulu #C1EB7A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.73%

 BLUE value IS 122 (48.05% from 255) = 22.18%

R = 35.09%
G = 42.73%
B = 22.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#C1EB7A (or 0xC1EB7A) is known color: Sulu. HEX triplet: C1, EB and 7A. RGB value is (193,235,122). Sum of RGB (Red+Green+Blue) = 193+235+122=550 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.09% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 122 (48.05% from 255 or 22.18% from 550); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EB7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1EB7A is #3E1485. Grayscale: #D1D1D1. Windows color (decimal): -4068486 or 8055745. OLE color: 8055745.

HSL color Cylindrical-coordinate representation of color #C1EB7A: hue angle of 82.3º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C1EB7A is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 235 122 -
CMYK 0.18 0 0.48 0.08
HSL 82.3º 0.74% 0.7% -
HSV(B) 82.3º 0.48% 0.92% -
XYZ 55.21 72.16 29.43 -
YUV 209.56 78.59 116.19 -
System Red Green Blue C M Y K H S L
Decimal 193 235 122 0.18 0 0.48 0.08 82.3 0.74 0.7
Hex C1 EB 7A 12 0 30 8 52 4A 46
Octal 301 353 172 22 0 60 10 122 112 106
Binary 11000001 11101011 1111010 10010 0 110000 1000 1010010 1001010 1000110

Color Harmonies of #C1EB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1EB7A

Black with #C1EB7A

Text Example


Text Example

White with #C1EB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1EB7A; }

 p { color: rgb(193,235,122); }

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

background-color css

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

 a { background-color: rgb(193,235,122); }

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

border-color css

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

 span { border-color: rgb(193,235,122); }

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