Html Css Color HEX #C2EC71 Sulu

📋 copy color: '#C2EC71'

red 194 ◦ green 236 ◦ blue 113

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

Shades of Sulu #C2EC71

Tints of Sulu #C2EC71

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.46%

 BLUE value IS 113 (44.53% from 255) = 20.81%

R = 35.73%
G = 43.46%
B = 20.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#C2EC71 (or 0xC2EC71) is known color: Sulu. HEX triplet: C2, EC and 71. RGB value is (194,236,113). Sum of RGB (Red+Green+Blue) = 194+236+113=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 113 (44.53% from 255 or 20.81% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #C2EC71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EC71 is #3D138E. Grayscale: #D1D1D1. Windows color (decimal): -4002703 or 7466178. OLE color: 7466178.

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

Color convert

RGB 194 236 113 -
CMYK 0.18 0 0.52 0.07
HSL 80.49º 0.76% 0.68% -
HSV(B) 80.49º 0.52% 0.93% -
XYZ 55.22 72.65 26.74 -
YUV 209.42 73.59 117 -
System Red Green Blue C M Y K H S L
Decimal 194 236 113 0.18 0 0.52 0.07 80.49 0.76 0.68
Hex C2 EC 71 12 0 34 7 50 4C 44
Octal 302 354 161 22 0 64 7 120 114 104
Binary 11000010 11101100 1110001 10010 0 110100 111 1010000 1001100 1000100

Color Harmonies of #C2EC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EC71

Black with #C2EC71

Text Example


Text Example

White with #C2EC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EC71; }

 p { color: rgb(194,236,113); }

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

background-color css

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

 a { background-color: rgb(194,236,113); }

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

border-color css

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

 span { border-color: rgb(194,236,113); }

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