Html Css Color HEX #C2ED71 Sulu

📋 copy color: '#C2ED71'

red 194 ◦ green 237 ◦ blue 113

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

Shades of Sulu #C2ED71

Tints of Sulu #C2ED71

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.57%

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

R = 35.66%
G = 43.57%
B = 20.77%

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

#C2ED71 (or 0xC2ED71) is known color: Sulu. HEX triplet: C2, ED and 71. RGB value is (194,237,113). Sum of RGB (Red+Green+Blue) = 194+237+113=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 237 (92.97% from 255 or 43.57% from 544); Blue value is 113 (44.53% from 255 or 20.77% from 544); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2ED71 is #3D128E. Grayscale: #D2D2D2. Windows color (decimal): -4002447 or 7466434. OLE color: 7466434.

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

Color convert

RGB 194 237 113 -
CMYK 0.18 0 0.52 0.07
HSL 80.81º 0.78% 0.69% -
HSV(B) 80.81º 0.52% 0.93% -
XYZ 55.51 73.23 26.83 -
YUV 210.01 73.25 116.58 -
System Red Green Blue C M Y K H S L
Decimal 194 237 113 0.18 0 0.52 0.07 80.81 0.78 0.69
Hex C2 ED 71 12 0 34 7 51 4E 45
Octal 302 355 161 22 0 64 7 121 116 105
Binary 11000010 11101101 1110001 10010 0 110100 111 1010001 1001110 1000101

Color Harmonies of #C2ED71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ED71

Black with #C2ED71

Text Example


Text Example

White with #C2ED71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ED71; }

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

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

background-color css

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

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

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

border-color css

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

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

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