Html Css Color HEX #C6F286 Sulu

📋 copy color: '#C6F286'

red 198 ◦ green 242 ◦ blue 134

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

Shades of Sulu #C6F286

Tints of Sulu #C6F286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 23.34%

R = 34.49%
G = 42.16%
B = 23.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#C6F286 (or 0xC6F286) is known color: Sulu. HEX triplet: C6, F2 and 86. RGB value is (198,242,134). Sum of RGB (Red+Green+Blue) = 198+242+134=574 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.49% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 134 (52.73% from 255 or 23.34% from 574); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F286 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6F286 is #390D79. Grayscale: #D8D8D8. Windows color (decimal): -3739002 or 8843974. OLE color: 8843974.

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

Color convert

RGB 198 242 134 -
CMYK 0.18 0 0.45 0.05
HSL 84.44º 0.81% 0.74% -
HSV(B) 84.44º 0.45% 0.95% -
XYZ 59.34 77.23 34.33 -
YUV 216.53 81.42 114.78 -
System Red Green Blue C M Y K H S L
Decimal 198 242 134 0.18 0 0.45 0.05 84.44 0.81 0.74
Hex C6 F2 86 12 0 2D 5 54 51 4A
Octal 306 362 206 22 0 55 5 124 121 112
Binary 11000110 11110010 10000110 10010 0 101101 101 1010100 1010001 1001010

Color Harmonies of #C6F286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F286

Black with #C6F286

Text Example


Text Example

White with #C6F286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F286; }

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

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

background-color css

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

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

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

border-color css

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

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

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