Html Css Color HEX #C6F565 Sulu

📋 copy color: '#C6F565'

red 198 ◦ green 245 ◦ blue 101

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

Shades of Sulu #C6F565

Tints of Sulu #C6F565

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.04%

 BLUE value IS 101 (39.84% from 255) = 18.57%

R = 36.4%
G = 45.04%
B = 18.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#C6F565 (or 0xC6F565) is known color: Sulu. HEX triplet: C6, F5 and 65. RGB value is (198,245,101). Sum of RGB (Red+Green+Blue) = 198+245+101=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 245 (96.09% from 255 or 45.04% from 544); Blue value is 101 (39.84% from 255 or 18.57% from 544); Max value from RGB is 245 - color contains mainly: green. Hex color #C6F565 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F565 is #390A9A. Grayscale: #D7D7D7. Windows color (decimal): -3738267 or 6682054. OLE color: 6682054.

HSL color Cylindrical-coordinate representation of color #C6F565: hue angle of 79.58º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C6F565 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 198 245 101 -
CMYK 0.19 0 0.59 0.04
HSL 79.58º 0.88% 0.68% -
HSV(B) 79.58º 0.59% 0.96% -
XYZ 58.29 78.25 24.34 -
YUV 214.53 63.93 116.21 -
System Red Green Blue C M Y K H S L
Decimal 198 245 101 0.19 0 0.59 0.04 79.58 0.88 0.68
Hex C6 F5 65 13 0 3B 4 50 58 44
Octal 306 365 145 23 0 73 4 120 130 104
Binary 11000110 11110101 1100101 10011 0 111011 100 1010000 1011000 1000100

Color Harmonies of #C6F565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F565

Black with #C6F565

Text Example


Text Example

White with #C6F565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F565; }

 p { color: rgb(198,245,101); }

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

background-color css

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

 a { background-color: rgb(198,245,101); }

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

border-color css

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

 span { border-color: rgb(198,245,101); }

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