Html Css Color HEX #C2F17E Sulu

📋 copy color: '#C2F17E'

red 194 ◦ green 241 ◦ blue 126

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

Shades of Sulu #C2F17E

Tints of Sulu #C2F17E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.96%

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

R = 34.58%
G = 42.96%
B = 22.46%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#C2F17E (or 0xC2F17E) is known color: Sulu. HEX triplet: C2, F1 and 7E. RGB value is (194,241,126). Sum of RGB (Red+Green+Blue) = 194+241+126=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 126 (49.61% from 255 or 22.46% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F17E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F17E is #3D0E81. Grayscale: #D6D6D6. Windows color (decimal): -4001410 or 8319426. OLE color: 8319426.

HSL color Cylindrical-coordinate representation of color #C2F17E: hue angle of 84.52º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2F17E is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 241 126 -
CMYK 0.20 0 0.48 0.05
HSL 84.52º 0.8% 0.72% -
HSV(B) 84.52º 0.48% 0.95% -
XYZ 57.47 75.89 31.36 -
YUV 213.84 78.43 113.85 -
System Red Green Blue C M Y K H S L
Decimal 194 241 126 0.20 0 0.48 0.05 84.52 0.8 0.72
Hex C2 F1 7E 14 0 30 5 55 50 48
Octal 302 361 176 24 0 60 5 125 120 110
Binary 11000010 11110001 1111110 10100 0 110000 101 1010101 1010000 1001000

Color Harmonies of #C2F17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F17E

Black with #C2F17E

Text Example


Text Example

White with #C2F17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F17E; }

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

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

background-color css

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

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

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

border-color css

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

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

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