Html Css Color HEX #AFEF64 Conifer

📋 copy color: '#AFEF64'

red 175 ◦ green 239 ◦ blue 100

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

Shades of Conifer #AFEF64

Tints of Conifer #AFEF64

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.5%

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

R = 34.05%
G = 46.5%
B = 19.46%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#AFEF64 (or 0xAFEF64) is known color: Conifer. HEX triplet: AF, EF and 64. RGB value is (175,239,100). Sum of RGB (Red+Green+Blue) = 175+239+100=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEF64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEF64 is #50109B. Grayscale: #CCCCCC. Windows color (decimal): -5247132 or 6614959. OLE color: 6614959.

HSL color Cylindrical-coordinate representation of color #AFEF64: hue angle of 87.63º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFEF64 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 239 100 -
CMYK 0.27 0 0.58 0.06
HSL 87.63º 0.81% 0.66% -
HSV(B) 87.63º 0.58% 0.94% -
XYZ 50.85 71.77 23.23 -
YUV 204.02 69.3 107.3 -
System Red Green Blue C M Y K H S L
Decimal 175 239 100 0.27 0 0.58 0.06 87.63 0.81 0.66
Hex AF EF 64 1B 0 3A 6 58 51 42
Octal 257 357 144 33 0 72 6 130 121 102
Binary 10101111 11101111 1100100 11011 0 111010 110 1011000 1010001 1000010

Color Harmonies of #AFEF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEF64

Black with #AFEF64

Text Example


Text Example

White with #AFEF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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