Html Css Color HEX #C2EA6F Sulu

📋 copy color: '#C2EA6F'

red 194 ◦ green 234 ◦ blue 111

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

Shades of Sulu #C2EA6F

Tints of Sulu #C2EA6F

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.41%

 BLUE value IS 111 (43.75% from 255) = 20.59%

R = 35.99%
G = 43.41%
B = 20.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#C2EA6F (or 0xC2EA6F) is known color: Sulu. HEX triplet: C2, EA and 6F. RGB value is (194,234,111). Sum of RGB (Red+Green+Blue) = 194+234+111=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 111 (43.75% from 255 or 20.59% from 539); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EA6F is #3D1590. Grayscale: #D0D0D0. Windows color (decimal): -4003217 or 7334594. OLE color: 7334594.

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

Color convert

RGB 194 234 111 -
CMYK 0.17 0 0.53 0.08
HSL 79.51º 0.75% 0.68% -
HSV(B) 79.51º 0.53% 0.92% -
XYZ 54.54 71.46 25.96 -
YUV 208.02 73.25 118 -
System Red Green Blue C M Y K H S L
Decimal 194 234 111 0.17 0 0.53 0.08 79.51 0.75 0.68
Hex C2 EA 6F 11 0 35 8 50 4B 44
Octal 302 352 157 21 0 65 10 120 113 104
Binary 11000010 11101010 1101111 10001 0 110101 1000 1010000 1001011 1000100

Color Harmonies of #C2EA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EA6F

Black with #C2EA6F

Text Example


Text Example

White with #C2EA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EA6F; }

 p { color: rgb(194,234,111); }

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

background-color css

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

 a { background-color: rgb(194,234,111); }

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

border-color css

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

 span { border-color: rgb(194,234,111); }

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