Html Css Color HEX #C6F764 Sulu

📋 copy color: '#C6F764'

red 198 ◦ green 247 ◦ blue 100

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

Shades of Sulu #C6F764

Tints of Sulu #C6F764

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.32%

 BLUE value IS 100 (39.45% from 255) = 18.35%

R = 36.33%
G = 45.32%
B = 18.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#C6F764 (or 0xC6F764) is known color: Sulu. HEX triplet: C6, F7 and 64. RGB value is (198,247,100). Sum of RGB (Red+Green+Blue) = 198+247+100=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 247 (96.88% from 255 or 45.32% from 545); Blue value is 100 (39.45% from 255 or 18.35% from 545); Max value from RGB is 247 - color contains mainly: green. Hex color #C6F764 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F764 is #39089B. Grayscale: #D8D8D8. Windows color (decimal): -3737756 or 6617030. OLE color: 6617030.

HSL color Cylindrical-coordinate representation of color #C6F764: hue angle of 80º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6F764 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 198 247 100 -
CMYK 0.20 0 0.60 0.03
HSL 80º 0.9% 0.68% -
HSV(B) 80º 0.6% 0.97% -
XYZ 58.85 79.45 24.29 -
YUV 215.59 62.77 115.45 -
System Red Green Blue C M Y K H S L
Decimal 198 247 100 0.20 0 0.60 0.03 80 0.9 0.68
Hex C6 F7 64 14 0 3C 3 50 5A 44
Octal 306 367 144 24 0 74 3 120 132 104
Binary 11000110 11110111 1100100 10100 0 111100 11 1010000 1011010 1000100

Color Harmonies of #C6F764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F764

Black with #C6F764

Text Example


Text Example

White with #C6F764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F764; }

 p { color: rgb(198,247,100); }

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

background-color css

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

 a { background-color: rgb(198,247,100); }

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

border-color css

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

 span { border-color: rgb(198,247,100); }

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