Html Css Color HEX #AFDB3F Conifer

📋 copy color: '#AFDB3F'

red 175 ◦ green 219 ◦ blue 63

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

Shades of Conifer #AFDB3F

Tints of Conifer #AFDB3F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.92%

 BLUE value IS 63 (25% from 255) = 13.79%

R = 38.29%
G = 47.92%
B = 13.79%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#AFDB3F (or 0xAFDB3F) is known color: Conifer. HEX triplet: AF, DB and 3F. RGB value is (175,219,63). Sum of RGB (Red+Green+Blue) = 175+219+63=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 63 (25% from 255 or 13.79% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDB3F is #5024C0. Grayscale: #BCBCBC. Windows color (decimal): -5252289 or 4185007. OLE color: 4185007.

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

Color convert

RGB 175 219 63 -
CMYK 0.20 0 0.71 0.14
HSL 76.92º 0.68% 0.55% -
HSV(B) 76.92º 0.71% 0.86% -
XYZ 43.91 60.14 14 -
YUV 188.06 57.42 118.68 -
System Red Green Blue C M Y K H S L
Decimal 175 219 63 0.20 0 0.71 0.14 76.92 0.68 0.55
Hex AF DB 3F 14 0 47 E 4D 44 37
Octal 257 333 77 24 0 107 16 115 104 67
Binary 10101111 11011011 111111 10100 0 1000111 1110 1001101 1000100 110111

Color Harmonies of #AFDB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB3F

Black with #AFDB3F

Text Example


Text Example

White with #AFDB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB3F; }

 p { color: rgb(175,219,63); }

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

background-color css

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

 a { background-color: rgb(175,219,63); }

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

border-color css

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

 span { border-color: rgb(175,219,63); }

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