Html Css Color HEX #AFDC4B Conifer

📋 copy color: '#AFDC4B'

red 175 ◦ green 220 ◦ blue 75

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

Shades of Conifer #AFDC4B

Tints of Conifer #AFDC4B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.81%

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

R = 37.23%
G = 46.81%
B = 15.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#AFDC4B (or 0xAFDC4B) is known color: Conifer. HEX triplet: AF, DC and 4B. RGB value is (175,220,75). Sum of RGB (Red+Green+Blue) = 175+220+75=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 75 (29.69% from 255 or 15.96% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDC4B is #5023B4. Grayscale: #BEBEBE. Windows color (decimal): -5252021 or 4971695. OLE color: 4971695.

HSL color Cylindrical-coordinate representation of color #AFDC4B: hue angle of 78.62º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFDC4B is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 75 -
CMYK 0.20 0 0.66 0.14
HSL 78.62º 0.67% 0.58% -
HSV(B) 78.62º 0.66% 0.86% -
XYZ 44.54 60.81 16.05 -
YUV 190.02 63.09 117.29 -
System Red Green Blue C M Y K H S L
Decimal 175 220 75 0.20 0 0.66 0.14 78.62 0.67 0.58
Hex AF DC 4B 14 0 42 E 4F 43 3A
Octal 257 334 113 24 0 102 16 117 103 72
Binary 10101111 11011100 1001011 10100 0 1000010 1110 1001111 1000011 111010

Color Harmonies of #AFDC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC4B

Black with #AFDC4B

Text Example


Text Example

White with #AFDC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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