Html Css Color HEX #AFDD3B Conifer

📋 copy color: '#AFDD3B'

red 175 ◦ green 221 ◦ blue 59

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

Shades of Conifer #AFDD3B

Tints of Conifer #AFDD3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.97%

R = 38.46%
G = 48.57%
B = 12.97%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#AFDD3B (or 0xAFDD3B) is known color: Conifer. HEX triplet: AF, DD and 3B. RGB value is (175,221,59). Sum of RGB (Red+Green+Blue) = 175+221+59=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 59 (23.44% from 255 or 12.97% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD3B is #5022C4. Grayscale: #BDBDBD. Windows color (decimal): -5251781 or 3923375. OLE color: 3923375.

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

Color convert

RGB 175 221 59 -
CMYK 0.21 0 0.73 0.13
HSL 77.04º 0.7% 0.55% -
HSV(B) 77.04º 0.73% 0.87% -
XYZ 44.33 61.14 13.6 -
YUV 188.78 54.76 118.17 -
System Red Green Blue C M Y K H S L
Decimal 175 221 59 0.21 0 0.73 0.13 77.04 0.7 0.55
Hex AF DD 3B 15 0 49 D 4D 46 37
Octal 257 335 73 25 0 111 15 115 106 67
Binary 10101111 11011101 111011 10101 0 1001001 1101 1001101 1000110 110111

Color Harmonies of #AFDD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD3B

Black with #AFDD3B

Text Example


Text Example

White with #AFDD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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