Html Css Color HEX #C2F17C Sulu

📋 copy color: '#C2F17C'

red 194 ◦ green 241 ◦ blue 124

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

Shades of Sulu #C2F17C

Tints of Sulu #C2F17C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.18%

R = 34.7%
G = 43.11%
B = 22.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#C2F17C (or 0xC2F17C) is known color: Sulu. HEX triplet: C2, F1 and 7C. RGB value is (194,241,124). Sum of RGB (Red+Green+Blue) = 194+241+124=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 124 (48.83% from 255 or 22.18% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F17C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F17C is #3D0E83. Grayscale: #D6D6D6. Windows color (decimal): -4001412 or 8188354. OLE color: 8188354.

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

Color convert

RGB 194 241 124 -
CMYK 0.20 0 0.49 0.05
HSL 84.1º 0.81% 0.72% -
HSV(B) 84.1º 0.49% 0.95% -
XYZ 57.34 75.84 30.68 -
YUV 213.61 77.43 114.01 -
System Red Green Blue C M Y K H S L
Decimal 194 241 124 0.20 0 0.49 0.05 84.1 0.81 0.72
Hex C2 F1 7C 14 0 31 5 54 51 48
Octal 302 361 174 24 0 61 5 124 121 110
Binary 11000010 11110001 1111100 10100 0 110001 101 1010100 1010001 1001000

Color Harmonies of #C2F17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F17C

Black with #C2F17C

Text Example


Text Example

White with #C2F17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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