Html Css Color HEX #C6FA7D Sulu

📋 copy color: '#C6FA7D'

red 198 ◦ green 250 ◦ blue 125

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

Shades of Sulu #C6FA7D

Tints of Sulu #C6FA7D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.63%

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

R = 34.55%
G = 43.63%
B = 21.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#C6FA7D (or 0xC6FA7D) is known color: Sulu. HEX triplet: C6, FA and 7D. RGB value is (198,250,125). Sum of RGB (Red+Green+Blue) = 198+250+125=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 125 (49.22% from 255 or 21.82% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6FA7D is #390582. Grayscale: #DCDCDC. Windows color (decimal): -3736963 or 8256198. OLE color: 8256198.

HSL color Cylindrical-coordinate representation of color #C6FA7D: hue angle of 84.96º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C6FA7D is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 250 125 -
CMYK 0.21 0 0.50 0.02
HSL 84.96º 0.93% 0.74% -
HSV(B) 84.96º 0.5% 0.98% -
XYZ 61.18 81.86 31.98 -
YUV 220.2 74.27 112.16 -
System Red Green Blue C M Y K H S L
Decimal 198 250 125 0.21 0 0.50 0.02 84.96 0.93 0.74
Hex C6 FA 7D 15 0 32 2 55 5D 4A
Octal 306 372 175 25 0 62 2 125 135 112
Binary 11000110 11111010 1111101 10101 0 110010 10 1010101 1011101 1001010

Color Harmonies of #C6FA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FA7D

Black with #C6FA7D

Text Example


Text Example

White with #C6FA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FA7D; }

 p { color: rgb(198,250,125); }

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

background-color css

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

 a { background-color: rgb(198,250,125); }

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

border-color css

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

 span { border-color: rgb(198,250,125); }

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