Html Css Color HEX #C1EE82 Sulu

📋 copy color: '#C1EE82'

red 193 ◦ green 238 ◦ blue 130

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

Shades of Sulu #C1EE82

Tints of Sulu #C1EE82

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.42%

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

R = 34.4%
G = 42.42%
B = 23.17%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#C1EE82 (or 0xC1EE82) is known color: Sulu. HEX triplet: C1, EE and 82. RGB value is (193,238,130). Sum of RGB (Red+Green+Blue) = 193+238+130=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 238 (93.36% from 255 or 42.42% from 561); Blue value is 130 (51.17% from 255 or 23.17% from 561); Max value from RGB is 238 - color contains mainly: green. Hex color #C1EE82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1EE82 is #3E117D. Grayscale: #D4D4D4. Windows color (decimal): -4067710 or 8580801. OLE color: 8580801.

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

Color convert

RGB 193 238 130 -
CMYK 0.19 0 0.45 0.07
HSL 85º 0.76% 0.72% -
HSV(B) 85º 0.45% 0.93% -
XYZ 56.6 74.1 32.44 -
YUV 212.23 81.59 114.28 -
System Red Green Blue C M Y K H S L
Decimal 193 238 130 0.19 0 0.45 0.07 85 0.76 0.72
Hex C1 EE 82 13 0 2D 7 55 4C 48
Octal 301 356 202 23 0 55 7 125 114 110
Binary 11000001 11101110 10000010 10011 0 101101 111 1010101 1001100 1001000

Color Harmonies of #C1EE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1EE82

Black with #C1EE82

Text Example


Text Example

White with #C1EE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1EE82; }

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

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

background-color css

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

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

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

border-color css

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

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

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