Html Css Color HEX #C6FC71 Sulu

📋 copy color: '#C6FC71'

red 198 ◦ green 252 ◦ blue 113

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

Shades of Sulu #C6FC71

Tints of Sulu #C6FC71

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.76%

 BLUE value IS 113 (44.53% from 255) = 20.07%

R = 35.17%
G = 44.76%
B = 20.07%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#C6FC71 (or 0xC6FC71) is known color: Sulu. HEX triplet: C6, FC and 71. RGB value is (198,252,113). Sum of RGB (Red+Green+Blue) = 198+252+113=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 113 (44.53% from 255 or 20.07% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #C6FC71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6FC71 is #39038E. Grayscale: #DCDCDC. Windows color (decimal): -3736463 or 7470278. OLE color: 7470278.

HSL color Cylindrical-coordinate representation of color #C6FC71: hue angle of 83.31º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C6FC71 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 252 113 -
CMYK 0.21 0 0.55 0.01
HSL 83.31º 0.96% 0.72% -
HSV(B) 83.31º 0.55% 0.99% -
XYZ 61.08 82.82 28.39 -
YUV 220.01 67.61 112.3 -
System Red Green Blue C M Y K H S L
Decimal 198 252 113 0.21 0 0.55 0.01 83.31 0.96 0.72
Hex C6 FC 71 15 0 37 1 53 60 48
Octal 306 374 161 25 0 67 1 123 140 110
Binary 11000110 11111100 1110001 10101 0 110111 1 1010011 1100000 1001000

Color Harmonies of #C6FC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FC71

Black with #C6FC71

Text Example


Text Example

White with #C6FC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FC71; }

 p { color: rgb(198,252,113); }

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

background-color css

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

 a { background-color: rgb(198,252,113); }

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

border-color css

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

 span { border-color: rgb(198,252,113); }

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