Html Css Color HEX #C2F87D Sulu

📋 copy color: '#C2F87D'

red 194 ◦ green 248 ◦ blue 125

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

Shades of Sulu #C2F87D

Tints of Sulu #C2F87D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.74%

 BLUE value IS 125 (49.22% from 255) = 22.05%

R = 34.22%
G = 43.74%
B = 22.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#C2F87D (or 0xC2F87D) is known color: Sulu. HEX triplet: C2, F8 and 7D. RGB value is (194,248,125). Sum of RGB (Red+Green+Blue) = 194+248+125=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 248 (97.27% from 255 or 43.74% from 567); Blue value is 125 (49.22% from 255 or 22.05% from 567); Max value from RGB is 248 - color contains mainly: green. Hex color #C2F87D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F87D is #3D0782. Grayscale: #DADADA. Windows color (decimal): -3999619 or 8255682. OLE color: 8255682.

HSL color Cylindrical-coordinate representation of color #C2F87D: hue angle of 86.34º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2F87D is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 194 248 125 -
CMYK 0.22 0 0.50 0.03
HSL 86.34º 0.9% 0.73% -
HSV(B) 86.34º 0.5% 0.97% -
XYZ 59.52 80.08 31.72 -
YUV 217.83 75.61 111 -
System Red Green Blue C M Y K H S L
Decimal 194 248 125 0.22 0 0.50 0.03 86.34 0.9 0.73
Hex C2 F8 7D 16 0 32 3 56 5A 49
Octal 302 370 175 26 0 62 3 126 132 111
Binary 11000010 11111000 1111101 10110 0 110010 11 1010110 1011010 1001001

Color Harmonies of #C2F87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F87D

Black with #C2F87D

Text Example


Text Example

White with #C2F87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F87D; }

 p { color: rgb(194,248,125); }

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

background-color css

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

 a { background-color: rgb(194,248,125); }

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

border-color css

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

 span { border-color: rgb(194,248,125); }

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