Html Css Color HEX #AFDD43 Conifer

📋 copy color: '#AFDD43'

red 175 ◦ green 221 ◦ blue 67

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

Shades of Conifer #AFDD43

Tints of Conifer #AFDD43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.47%

R = 37.8%
G = 47.73%
B = 14.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#AFDD43 (or 0xAFDD43) is known color: Conifer. HEX triplet: AF, DD and 43. RGB value is (175,221,67). Sum of RGB (Red+Green+Blue) = 175+221+67=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 67 (26.56% from 255 or 14.47% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD43 is #5022BC. Grayscale: #BEBEBE. Windows color (decimal): -5251773 or 4447663. OLE color: 4447663.

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

Color convert

RGB 175 221 67 -
CMYK 0.21 0 0.70 0.13
HSL 77.92º 0.69% 0.56% -
HSV(B) 77.92º 0.7% 0.87% -
XYZ 44.55 61.23 14.78 -
YUV 189.69 58.76 117.52 -
System Red Green Blue C M Y K H S L
Decimal 175 221 67 0.21 0 0.70 0.13 77.92 0.69 0.56
Hex AF DD 43 15 0 46 D 4E 45 38
Octal 257 335 103 25 0 106 15 116 105 70
Binary 10101111 11011101 1000011 10101 0 1000110 1101 1001110 1000101 111000

Color Harmonies of #AFDD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD43

Black with #AFDD43

Text Example


Text Example

White with #AFDD43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD43; }

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

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

background-color css

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

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

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

border-color css

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

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

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