Html Css Color HEX #C6F282 Sulu

📋 copy color: '#C6F282'

red 198 ◦ green 242 ◦ blue 130

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

Shades of Sulu #C6F282

Tints of Sulu #C6F282

RGB

 RED value IS 198 (77.73% from 255) = 34.74%

 GREEN value IS 242 (94.92% from 255) = 42.46%

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

R = 34.74%
G = 42.46%
B = 22.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#C6F282 (or 0xC6F282) is known color: Sulu. HEX triplet: C6, F2 and 82. RGB value is (198,242,130). Sum of RGB (Red+Green+Blue) = 198+242+130=570 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.74% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 130 (51.17% from 255 or 22.81% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F282 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6F282 is #390D7D. Grayscale: #D8D8D8. Windows color (decimal): -3739006 or 8581830. OLE color: 8581830.

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

Color convert

RGB 198 242 130 -
CMYK 0.18 0 0.46 0.05
HSL 83.57º 0.81% 0.73% -
HSV(B) 83.57º 0.46% 0.95% -
XYZ 59.07 77.12 32.89 -
YUV 216.08 79.42 115.11 -
System Red Green Blue C M Y K H S L
Decimal 198 242 130 0.18 0 0.46 0.05 83.57 0.81 0.73
Hex C6 F2 82 12 0 2E 5 54 51 49
Octal 306 362 202 22 0 56 5 124 121 111
Binary 11000110 11110010 10000010 10010 0 101110 101 1010100 1010001 1001001

Color Harmonies of #C6F282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F282

Black with #C6F282

Text Example


Text Example

White with #C6F282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F282; }

 p { color: rgb(198,242,130); }

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

background-color css

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

 a { background-color: rgb(198,242,130); }

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

border-color css

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

 span { border-color: rgb(198,242,130); }

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