Html Css Color HEX #C2ED7E Sulu

📋 copy color: '#C2ED7E'

red 194 ◦ green 237 ◦ blue 126

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

Shades of Sulu #C2ED7E

Tints of Sulu #C2ED7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.62%

R = 34.83%
G = 42.55%
B = 22.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#C2ED7E (or 0xC2ED7E) is known color: Sulu. HEX triplet: C2, ED and 7E. RGB value is (194,237,126). Sum of RGB (Red+Green+Blue) = 194+237+126=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 126 (49.61% from 255 or 22.62% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2ED7E is #3D1281. Grayscale: #D3D3D3. Windows color (decimal): -4002434 or 8318402. OLE color: 8318402.

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

Color convert

RGB 194 237 126 -
CMYK 0.18 0 0.47 0.07
HSL 83.24º 0.76% 0.71% -
HSV(B) 83.24º 0.47% 0.93% -
XYZ 56.3 73.54 30.97 -
YUV 211.49 79.75 115.53 -
System Red Green Blue C M Y K H S L
Decimal 194 237 126 0.18 0 0.47 0.07 83.24 0.76 0.71
Hex C2 ED 7E 12 0 2F 7 53 4C 47
Octal 302 355 176 22 0 57 7 123 114 107
Binary 11000010 11101101 1111110 10010 0 101111 111 1010011 1001100 1000111

Color Harmonies of #C2ED7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ED7E

Black with #C2ED7E

Text Example


Text Example

White with #C2ED7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ED7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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