Html Css Color HEX #AFEE64 Conifer

📋 copy color: '#AFEE64'

red 175 ◦ green 238 ◦ blue 100

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

Shades of Conifer #AFEE64

Tints of Conifer #AFEE64

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.39%

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

R = 34.11%
G = 46.39%
B = 19.49%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#AFEE64 (or 0xAFEE64) is known color: Conifer. HEX triplet: AF, EE and 64. RGB value is (175,238,100). Sum of RGB (Red+Green+Blue) = 175+238+100=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 238 (93.36% from 255 or 46.39% from 513); Blue value is 100 (39.45% from 255 or 19.49% from 513); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEE64 is #50119B. Grayscale: #CBCBCB. Windows color (decimal): -5247388 or 6614703. OLE color: 6614703.

HSL color Cylindrical-coordinate representation of color #AFEE64: hue angle of 87.39º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFEE64 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 238 100 -
CMYK 0.26 0 0.58 0.07
HSL 87.39º 0.8% 0.66% -
HSV(B) 87.39º 0.58% 0.93% -
XYZ 50.55 71.18 23.13 -
YUV 203.43 69.63 107.72 -
System Red Green Blue C M Y K H S L
Decimal 175 238 100 0.26 0 0.58 0.07 87.39 0.8 0.66
Hex AF EE 64 1A 0 3A 7 57 50 42
Octal 257 356 144 32 0 72 7 127 120 102
Binary 10101111 11101110 1100100 11010 0 111010 111 1010111 1010000 1000010

Color Harmonies of #AFEE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEE64

Black with #AFEE64

Text Example


Text Example

White with #AFEE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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