Html Css Color HEX #AFFC64 Conifer

📋 copy color: '#AFFC64'

red 175 ◦ green 252 ◦ blue 100

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

Shades of Conifer #AFFC64

Tints of Conifer #AFFC64

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.82%

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

R = 33.21%
G = 47.82%
B = 18.98%

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

#AFFC64 (or 0xAFFC64) is known color: Conifer. HEX triplet: AF, FC and 64. RGB value is (175,252,100). Sum of RGB (Red+Green+Blue) = 175+252+100=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFC64 is #50039B. Grayscale: #D4D4D4. Windows color (decimal): -5243804 or 6618287. OLE color: 6618287.

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

Color convert

RGB 175 252 100 -
CMYK 0.31 0 0.60 0.01
HSL 90.39º 0.96% 0.69% -
HSV(B) 90.39º 0.6% 0.99% -
XYZ 54.79 79.65 24.54 -
YUV 211.65 64.99 101.86 -
System Red Green Blue C M Y K H S L
Decimal 175 252 100 0.31 0 0.60 0.01 90.39 0.96 0.69
Hex AF FC 64 1F 0 3C 1 5A 60 45
Octal 257 374 144 37 0 74 1 132 140 105
Binary 10101111 11111100 1100100 11111 0 111100 1 1011010 1100000 1000101

Color Harmonies of #AFFC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC64

Black with #AFFC64

Text Example


Text Example

White with #AFFC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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