Html Css Color HEX #AFDA4B Conifer

📋 copy color: '#AFDA4B'

red 175 ◦ green 218 ◦ blue 75

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

Shades of Conifer #AFDA4B

Tints of Conifer #AFDA4B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.58%

 BLUE value IS 75 (29.69% from 255) = 16.03%

R = 37.39%
G = 46.58%
B = 16.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#AFDA4B (or 0xAFDA4B) is known color: Conifer. HEX triplet: AF, DA and 4B. RGB value is (175,218,75). Sum of RGB (Red+Green+Blue) = 175+218+75=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 75 (29.69% from 255 or 16.03% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDA4B is #5025B4. Grayscale: #BDBDBD. Windows color (decimal): -5252533 or 4971183. OLE color: 4971183.

HSL color Cylindrical-coordinate representation of color #AFDA4B: hue angle of 78.04º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFDA4B is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 75 -
CMYK 0.20 0 0.66 0.15
HSL 78.04º 0.66% 0.57% -
HSV(B) 78.04º 0.66% 0.85% -
XYZ 44.02 59.76 15.87 -
YUV 188.84 63.75 118.13 -
System Red Green Blue C M Y K H S L
Decimal 175 218 75 0.20 0 0.66 0.15 78.04 0.66 0.57
Hex AF DA 4B 14 0 42 F 4E 42 39
Octal 257 332 113 24 0 102 17 116 102 71
Binary 10101111 11011010 1001011 10100 0 1000010 1111 1001110 1000010 111001

Color Harmonies of #AFDA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA4B

Black with #AFDA4B

Text Example


Text Example

White with #AFDA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA4B; }

 p { color: rgb(175,218,75); }

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

background-color css

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

 a { background-color: rgb(175,218,75); }

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

border-color css

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

 span { border-color: rgb(175,218,75); }

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