Html Css Color HEX #AFF64C Conifer

📋 copy color: '#AFF64C'

red 175 ◦ green 246 ◦ blue 76

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

Shades of Conifer #AFF64C

Tints of Conifer #AFF64C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.5%

 BLUE value IS 76 (30.08% from 255) = 15.29%

R = 35.21%
G = 49.5%
B = 15.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#AFF64C (or 0xAFF64C) is known color: Conifer. HEX triplet: AF, F6 and 4C. RGB value is (175,246,76). Sum of RGB (Red+Green+Blue) = 175+246+76=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 246 (96.48% from 255 or 49.50% from 497); Blue value is 76 (30.08% from 255 or 15.29% from 497); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF64C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF64C is #5009B3. Grayscale: #CECECE. Windows color (decimal): -5245364 or 5043887. OLE color: 5043887.

HSL color Cylindrical-coordinate representation of color #AFF64C: hue angle of 85.06º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFF64C is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 246 76 -
CMYK 0.29 0 0.69 0.04
HSL 85.06º 0.9% 0.63% -
HSV(B) 85.06º 0.69% 0.96% -
XYZ 51.94 75.55 18.68 -
YUV 205.39 54.98 106.32 -
System Red Green Blue C M Y K H S L
Decimal 175 246 76 0.29 0 0.69 0.04 85.06 0.9 0.63
Hex AF F6 4C 1D 0 45 4 55 5A 3F
Octal 257 366 114 35 0 105 4 125 132 77
Binary 10101111 11110110 1001100 11101 0 1000101 100 1010101 1011010 111111

Color Harmonies of #AFF64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF64C

Black with #AFF64C

Text Example


Text Example

White with #AFF64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF64C; }

 p { color: rgb(175,246,76); }

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

background-color css

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

 a { background-color: rgb(175,246,76); }

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

border-color css

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

 span { border-color: rgb(175,246,76); }

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