Html Css Color HEX #C2F57C Sulu

📋 copy color: '#C2F57C'

red 194 ◦ green 245 ◦ blue 124

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

Shades of Sulu #C2F57C

Tints of Sulu #C2F57C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.52%

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

R = 34.46%
G = 43.52%
B = 22.02%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#C2F57C (or 0xC2F57C) is known color: Sulu. HEX triplet: C2, F5 and 7C. RGB value is (194,245,124). Sum of RGB (Red+Green+Blue) = 194+245+124=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 245 (96.09% from 255 or 43.52% from 563); Blue value is 124 (48.83% from 255 or 22.02% from 563); Max value from RGB is 245 - color contains mainly: green. Hex color #C2F57C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F57C is #3D0A83. Grayscale: #D8D8D8. Windows color (decimal): -4000388 or 8189378. OLE color: 8189378.

HSL color Cylindrical-coordinate representation of color #C2F57C: hue angle of 85.29º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2F57C is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 194 245 124 -
CMYK 0.21 0 0.49 0.04
HSL 85.29º 0.86% 0.72% -
HSV(B) 85.29º 0.49% 0.96% -
XYZ 58.54 78.23 31.08 -
YUV 215.96 76.1 112.34 -
System Red Green Blue C M Y K H S L
Decimal 194 245 124 0.21 0 0.49 0.04 85.29 0.86 0.72
Hex C2 F5 7C 15 0 31 4 55 56 48
Octal 302 365 174 25 0 61 4 125 126 110
Binary 11000010 11110101 1111100 10101 0 110001 100 1010101 1010110 1001000

Color Harmonies of #C2F57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F57C

Black with #C2F57C

Text Example


Text Example

White with #C2F57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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