Html Css Color HEX #AFDB40 Conifer

📋 copy color: '#AFDB40'

red 175 ◦ green 219 ◦ blue 64

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

Shades of Conifer #AFDB40

Tints of Conifer #AFDB40

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.82%

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

R = 38.21%
G = 47.82%
B = 13.97%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#AFDB40 (or 0xAFDB40) is known color: Conifer. HEX triplet: AF, DB and 40. RGB value is (175,219,64). Sum of RGB (Red+Green+Blue) = 175+219+64=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDB40 is #5024BF. Grayscale: #BCBCBC. Windows color (decimal): -5252288 or 4250543. OLE color: 4250543.

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

Color convert

RGB 175 219 64 -
CMYK 0.20 0 0.71 0.14
HSL 77.03º 0.68% 0.55% -
HSV(B) 77.03º 0.71% 0.86% -
XYZ 43.94 60.15 14.14 -
YUV 188.17 57.92 118.6 -
System Red Green Blue C M Y K H S L
Decimal 175 219 64 0.20 0 0.71 0.14 77.03 0.68 0.55
Hex AF DB 40 14 0 47 E 4D 44 37
Octal 257 333 100 24 0 107 16 115 104 67
Binary 10101111 11011011 1000000 10100 0 1000111 1110 1001101 1000100 110111

Color Harmonies of #AFDB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB40

Black with #AFDB40

Text Example


Text Example

White with #AFDB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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