Html Css Color HEX #C2EB7A Sulu

📋 copy color: '#C2EB7A'

red 194 ◦ green 235 ◦ blue 122

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

Shades of Sulu #C2EB7A

Tints of Sulu #C2EB7A

RGB

 RED value IS 194 (76.17% from 255) = 35.21%

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

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

R = 35.21%
G = 42.65%
B = 22.14%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#C2EB7A (or 0xC2EB7A) is known color: Sulu. HEX triplet: C2, EB and 7A. RGB value is (194,235,122). Sum of RGB (Red+Green+Blue) = 194+235+122=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 122 (48.05% from 255 or 22.14% from 551); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EB7A is #3D1485. Grayscale: #D2D2D2. Windows color (decimal): -4002950 or 8055746. OLE color: 8055746.

HSL color Cylindrical-coordinate representation of color #C2EB7A: hue angle of 81.77º 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 #C2EB7A is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 235 122 -
CMYK 0.17 0 0.48 0.08
HSL 81.77º 0.74% 0.7% -
HSV(B) 81.77º 0.48% 0.92% -
XYZ 55.47 72.29 29.44 -
YUV 209.86 78.42 116.69 -
System Red Green Blue C M Y K H S L
Decimal 194 235 122 0.17 0 0.48 0.08 81.77 0.74 0.7
Hex C2 EB 7A 11 0 30 8 52 4A 46
Octal 302 353 172 21 0 60 10 122 112 106
Binary 11000010 11101011 1111010 10001 0 110000 1000 1010010 1001010 1000110

Color Harmonies of #C2EB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EB7A

Black with #C2EB7A

Text Example


Text Example

White with #C2EB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EB7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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