Html Css Color HEX #AFFD64 Conifer

📋 copy color: '#AFFD64'

red 175 ◦ green 253 ◦ blue 100

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

Shades of Conifer #AFFD64

Tints of Conifer #AFFD64

RGB

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

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

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

R = 33.14%
G = 47.92%
B = 18.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#AFFD64 (or 0xAFFD64) is known color: Conifer. HEX triplet: AF, FD and 64. RGB value is (175,253,100). Sum of RGB (Red+Green+Blue) = 175+253+100=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 253 (99.22% from 255 or 47.92% from 528); Blue value is 100 (39.45% from 255 or 18.94% from 528); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFD64 is #50029B. Grayscale: #D4D4D4. Windows color (decimal): -5243548 or 6618543. OLE color: 6618543.

HSL color Cylindrical-coordinate representation of color #AFFD64: hue angle of 90.59º 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 #AFFD64 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 253 100 -
CMYK 0.31 0 0.60 0.01
HSL 90.59º 0.97% 0.69% -
HSV(B) 90.59º 0.6% 0.99% -
XYZ 55.1 80.28 24.65 -
YUV 212.24 64.66 101.44 -
System Red Green Blue C M Y K H S L
Decimal 175 253 100 0.31 0 0.60 0.01 90.59 0.97 0.69
Hex AF FD 64 1F 0 3C 1 5B 61 45
Octal 257 375 144 37 0 74 1 133 141 105
Binary 10101111 11111101 1100100 11111 0 111100 1 1011011 1100001 1000101

Color Harmonies of #AFFD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFD64

Black with #AFFD64

Text Example


Text Example

White with #AFFD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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