Html Css Color HEX #C1E982 Sulu

📋 copy color: '#C1E982'

red 193 ◦ green 233 ◦ blue 130

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

Shades of Sulu #C1E982

Tints of Sulu #C1E982

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.91%

 BLUE value IS 130 (51.17% from 255) = 23.38%

R = 34.71%
G = 41.91%
B = 23.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#C1E982 (or 0xC1E982) is known color: Sulu. HEX triplet: C1, E9 and 82. RGB value is (193,233,130). Sum of RGB (Red+Green+Blue) = 193+233+130=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 233 (91.41% from 255 or 41.91% from 556); Blue value is 130 (51.17% from 255 or 23.38% from 556); Max value from RGB is 233 - color contains mainly: green. Hex color #C1E982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1E982 is #3E167D. Grayscale: #D1D1D1. Windows color (decimal): -4068990 or 8579521. OLE color: 8579521.

HSL color Cylindrical-coordinate representation of color #C1E982: hue angle of 83.3º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1E982 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 193 233 130 -
CMYK 0.17 0 0.44 0.09
HSL 83.3º 0.7% 0.71% -
HSV(B) 83.3º 0.44% 0.91% -
XYZ 55.16 71.23 31.96 -
YUV 209.3 83.25 116.38 -
System Red Green Blue C M Y K H S L
Decimal 193 233 130 0.17 0 0.44 0.09 83.3 0.7 0.71
Hex C1 E9 82 11 0 2C 9 53 46 47
Octal 301 351 202 21 0 54 11 123 106 107
Binary 11000001 11101001 10000010 10001 0 101100 1001 1010011 1000110 1000111

Color Harmonies of #C1E982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1E982

Black with #C1E982

Text Example


Text Example

White with #C1E982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1E982; }

 p { color: rgb(193,233,130); }

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

background-color css

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

 a { background-color: rgb(193,233,130); }

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

border-color css

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

 span { border-color: rgb(193,233,130); }

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