Html Css Color HEX #C6FD64 Sulu

📋 copy color: '#C6FD64'

red 198 ◦ green 253 ◦ blue 100

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

Shades of Sulu #C6FD64

Tints of Sulu #C6FD64

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.92%

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

R = 35.93%
G = 45.92%
B = 18.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#C6FD64 (or 0xC6FD64) is known color: Sulu. HEX triplet: C6, FD and 64. RGB value is (198,253,100). Sum of RGB (Red+Green+Blue) = 198+253+100=551 (72% of max value = 765). Red value is 198 (77.73% from 255 or 35.93% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 100 (39.45% from 255 or 18.15% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #C6FD64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6FD64 is #39029B. Grayscale: #DBDBDB. Windows color (decimal): -3736220 or 6618566. OLE color: 6618566.

HSL color Cylindrical-coordinate representation of color #C6FD64: hue angle of 81.57º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6FD64 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 253 100 -
CMYK 0.22 0 0.60 0.01
HSL 81.57º 0.97% 0.69% -
HSV(B) 81.57º 0.6% 0.99% -
XYZ 60.71 83.18 24.91 -
YUV 219.11 60.78 112.94 -
System Red Green Blue C M Y K H S L
Decimal 198 253 100 0.22 0 0.60 0.01 81.57 0.97 0.69
Hex C6 FD 64 16 0 3C 1 52 61 45
Octal 306 375 144 26 0 74 1 122 141 105
Binary 11000110 11111101 1100100 10110 0 111100 1 1010010 1100001 1000101

Color Harmonies of #C6FD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FD64

Black with #C6FD64

Text Example


Text Example

White with #C6FD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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