Html Css Color HEX #C2EB6A Sulu

📋 copy color: '#C2EB6A'

red 194 ◦ green 235 ◦ blue 106

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

Shades of Sulu #C2EB6A

Tints of Sulu #C2EB6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.81%

R = 36.26%
G = 43.93%
B = 19.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#C2EB6A (or 0xC2EB6A) is known color: Sulu. HEX triplet: C2, EB and 6A. RGB value is (194,235,106). Sum of RGB (Red+Green+Blue) = 194+235+106=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 235 (92.19% from 255 or 43.93% from 535); Blue value is 106 (41.80% from 255 or 19.81% from 535); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EB6A is #3D1495. Grayscale: #D0D0D0. Windows color (decimal): -4002966 or 7007170. OLE color: 7007170.

HSL color Cylindrical-coordinate representation of color #C2EB6A: hue angle of 79.07º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2EB6A is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 235 106 -
CMYK 0.17 0 0.55 0.08
HSL 79.07º 0.76% 0.67% -
HSV(B) 79.07º 0.55% 0.92% -
XYZ 54.56 71.93 24.64 -
YUV 208.04 70.42 117.99 -
System Red Green Blue C M Y K H S L
Decimal 194 235 106 0.17 0 0.55 0.08 79.07 0.76 0.67
Hex C2 EB 6A 11 0 37 8 4F 4C 43
Octal 302 353 152 21 0 67 10 117 114 103
Binary 11000010 11101011 1101010 10001 0 110111 1000 1001111 1001100 1000011

Color Harmonies of #C2EB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EB6A

Black with #C2EB6A

Text Example


Text Example

White with #C2EB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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