Html Css Color HEX #C6FF78 Sulu

📋 copy color: '#C6FF78'

red 198 ◦ green 255 ◦ blue 120

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

Shades of Sulu #C6FF78

Tints of Sulu #C6FF78

RGB

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

 GREEN value IS 255 (100% from 255) = 44.5%

 BLUE value IS 120 (47.27% from 255) = 20.94%

R = 34.55%
G = 44.5%
B = 20.94%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#C6FF78 (or 0xC6FF78) is known color: Sulu. HEX triplet: C6, FF and 78. RGB value is (198,255,120). Sum of RGB (Red+Green+Blue) = 198+255+120=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 120 (47.27% from 255 or 20.94% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #C6FF78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6FF78 is #390087. Grayscale: #DFDFDF. Windows color (decimal): -3735688 or 7929798. OLE color: 7929798.

HSL color Cylindrical-coordinate representation of color #C6FF78: hue angle of 85.33º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C6FF78 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 198 255 120 -
CMYK 0.22 0 0.53 0
HSL 85.33º 1% 0.74% -
HSV(B) 85.33º 0.53% 1% -
XYZ 62.44 84.88 30.86 -
YUV 222.57 70.12 110.48 -
System Red Green Blue C M Y K H S L
Decimal 198 255 120 0.22 0 0.53 0 85.33 1 0.74
Hex C6 FF 78 16 0 35 0 55 64 4A
Octal 306 377 170 26 0 65 0 125 144 112
Binary 11000110 11111111 1111000 10110 0 110101 0 1010101 1100100 1001010

Color Harmonies of #C6FF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FF78

Black with #C6FF78

Text Example


Text Example

White with #C6FF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FF78; }

 p { color: rgb(198,255,120); }

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

background-color css

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

 a { background-color: rgb(198,255,120); }

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

border-color css

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

 span { border-color: rgb(198,255,120); }

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