Html Css Color HEX #AFFF64 Conifer

📋 copy color: '#AFFF64'

red 175 ◦ green 255 ◦ blue 100

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

Shades of Conifer #AFFF64

Tints of Conifer #AFFF64

RGB

 RED value IS 175 (68.75% from 255) = 33.02%

 GREEN value IS 255 (100% from 255) = 48.11%

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

R = 33.02%
G = 48.11%
B = 18.87%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#AFFF64 (or 0xAFFF64) is known color: Conifer. HEX triplet: AF, FF and 64. RGB value is (175,255,100). Sum of RGB (Red+Green+Blue) = 175+255+100=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 100 (39.45% from 255 or 18.87% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFF64 is #50009B. Grayscale: #D5D5D5. Windows color (decimal): -5243036 or 6619055. OLE color: 6619055.

HSL color Cylindrical-coordinate representation of color #AFFF64: hue angle of 90.97º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFFF64 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.

Color convert

RGB 175 255 100 -
CMYK 0.31 0 0.61 0
HSL 90.97º 1% 0.7% -
HSV(B) 90.97º 0.61% 1% -
XYZ 55.74 81.55 24.86 -
YUV 213.41 64 100.6 -
System Red Green Blue C M Y K H S L
Decimal 175 255 100 0.31 0 0.61 0 90.97 1 0.7
Hex AF FF 64 1F 0 3D 0 5B 64 46
Octal 257 377 144 37 0 75 0 133 144 106
Binary 10101111 11111111 1100100 11111 0 111101 0 1011011 1100100 1000110

Color Harmonies of #AFFF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFF64

Black with #AFFF64

Text Example


Text Example

White with #AFFF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFF64; }

 p { color: rgb(175,255,100); }

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

background-color css

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

 a { background-color: rgb(175,255,100); }

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

border-color css

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

 span { border-color: rgb(175,255,100); }

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