Html Css Color HEX #C2F782 Sulu

📋 copy color: '#C2F782'

red 194 ◦ green 247 ◦ blue 130

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

Shades of Sulu #C2F782

Tints of Sulu #C2F782

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.26%

 BLUE value IS 130 (51.17% from 255) = 22.77%

R = 33.98%
G = 43.26%
B = 22.77%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#C2F782 (or 0xC2F782) is known color: Sulu. HEX triplet: C2, F7 and 82. RGB value is (194,247,130). Sum of RGB (Red+Green+Blue) = 194+247+130=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 247 (96.88% from 255 or 43.26% from 571); Blue value is 130 (51.17% from 255 or 22.77% from 571); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F782 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F782 is #3D087D. Grayscale: #DADADA. Windows color (decimal): -3999870 or 8583106. OLE color: 8583106.

HSL color Cylindrical-coordinate representation of color #C2F782: hue angle of 87.18º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C2F782 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 194 247 130 -
CMYK 0.21 0 0.47 0.03
HSL 87.18º 0.88% 0.74% -
HSV(B) 87.18º 0.47% 0.97% -
XYZ 59.54 79.6 33.35 -
YUV 217.82 78.44 111.01 -
System Red Green Blue C M Y K H S L
Decimal 194 247 130 0.21 0 0.47 0.03 87.18 0.88 0.74
Hex C2 F7 82 15 0 2F 3 57 58 4A
Octal 302 367 202 25 0 57 3 127 130 112
Binary 11000010 11110111 10000010 10101 0 101111 11 1010111 1011000 1001010

Color Harmonies of #C2F782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F782

Black with #C2F782

Text Example


Text Example

White with #C2F782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F782; }

 p { color: rgb(194,247,130); }

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

background-color css

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

 a { background-color: rgb(194,247,130); }

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

border-color css

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

 span { border-color: rgb(194,247,130); }

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