Html Css Color HEX #AFDD41 Conifer

📋 copy color: '#AFDD41'

red 175 ◦ green 221 ◦ blue 65

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

Shades of Conifer #AFDD41

Tints of Conifer #AFDD41

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.94%

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

R = 37.96%
G = 47.94%
B = 14.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#AFDD41 (or 0xAFDD41) is known color: Conifer. HEX triplet: AF, DD and 41. RGB value is (175,221,65). Sum of RGB (Red+Green+Blue) = 175+221+65=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 65 (25.78% from 255 or 14.10% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD41 is #5022BE. Grayscale: #BEBEBE. Windows color (decimal): -5251775 or 4316591. OLE color: 4316591.

HSL color Cylindrical-coordinate representation of color #AFDD41: hue angle of 77.69º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AFDD41 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 221 65 -
CMYK 0.21 0 0.71 0.13
HSL 77.69º 0.7% 0.56% -
HSV(B) 77.69º 0.71% 0.87% -
XYZ 44.49 61.21 14.47 -
YUV 189.46 57.76 117.68 -
System Red Green Blue C M Y K H S L
Decimal 175 221 65 0.21 0 0.71 0.13 77.69 0.7 0.56
Hex AF DD 41 15 0 47 D 4E 46 38
Octal 257 335 101 25 0 107 15 116 106 70
Binary 10101111 11011101 1000001 10101 0 1000111 1101 1001110 1000110 111000

Color Harmonies of #AFDD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD41

Black with #AFDD41

Text Example


Text Example

White with #AFDD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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