Html Css Color HEX #AFDB41 Conifer

📋 copy color: '#AFDB41'

red 175 ◦ green 219 ◦ blue 65

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

Shades of Conifer #AFDB41

Tints of Conifer #AFDB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.16%

R = 38.13%
G = 47.71%
B = 14.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#AFDB41 (or 0xAFDB41) is known color: Conifer. HEX triplet: AF, DB and 41. RGB value is (175,219,65). Sum of RGB (Red+Green+Blue) = 175+219+65=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 65 (25.78% from 255 or 14.16% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDB41 is #5024BE. Grayscale: #BCBCBC. Windows color (decimal): -5252287 or 4316079. OLE color: 4316079.

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

Color convert

RGB 175 219 65 -
CMYK 0.20 0 0.70 0.14
HSL 77.14º 0.68% 0.56% -
HSV(B) 77.14º 0.7% 0.86% -
XYZ 43.96 60.16 14.3 -
YUV 188.29 58.42 118.52 -
System Red Green Blue C M Y K H S L
Decimal 175 219 65 0.20 0 0.70 0.14 77.14 0.68 0.56
Hex AF DB 41 14 0 46 E 4D 44 38
Octal 257 333 101 24 0 106 16 115 104 70
Binary 10101111 11011011 1000001 10100 0 1000110 1110 1001101 1000100 111000

Color Harmonies of #AFDB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB41

Black with #AFDB41

Text Example


Text Example

White with #AFDB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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