Html Css Color HEX #AFDA40 Conifer

📋 copy color: '#AFDA40'

red 175 ◦ green 218 ◦ blue 64

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

Shades of Conifer #AFDA40

Tints of Conifer #AFDA40

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.7%

 BLUE value IS 64 (25.39% from 255) = 14%

R = 38.29%
G = 47.7%
B = 14%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#AFDA40 (or 0xAFDA40) is known color: Conifer. HEX triplet: AF, DA and 40. RGB value is (175,218,64). Sum of RGB (Red+Green+Blue) = 175+218+64=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDA40 is #5025BF. Grayscale: #BCBCBC. Windows color (decimal): -5252544 or 4250287. OLE color: 4250287.

HSL color Cylindrical-coordinate representation of color #AFDA40: hue angle of 76.75º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AFDA40 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 64 -
CMYK 0.20 0 0.71 0.15
HSL 76.75º 0.68% 0.55% -
HSV(B) 76.75º 0.71% 0.85% -
XYZ 43.68 59.63 14.06 -
YUV 187.59 58.25 119.02 -
System Red Green Blue C M Y K H S L
Decimal 175 218 64 0.20 0 0.71 0.15 76.75 0.68 0.55
Hex AF DA 40 14 0 47 F 4D 44 37
Octal 257 332 100 24 0 107 17 115 104 67
Binary 10101111 11011010 1000000 10100 0 1000111 1111 1001101 1000100 110111

Color Harmonies of #AFDA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA40

Black with #AFDA40

Text Example


Text Example

White with #AFDA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA40; }

 p { color: rgb(175,218,64); }

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

background-color css

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

 a { background-color: rgb(175,218,64); }

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

border-color css

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

 span { border-color: rgb(175,218,64); }

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