Html Css Color HEX #AFDB3D Conifer

📋 copy color: '#AFDB3D'

red 175 ◦ green 219 ◦ blue 61

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

Shades of Conifer #AFDB3D

Tints of Conifer #AFDB3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.41%

R = 38.46%
G = 48.13%
B = 13.41%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#AFDB3D (or 0xAFDB3D) is known color: Conifer. HEX triplet: AF, DB and 3D. RGB value is (175,219,61). Sum of RGB (Red+Green+Blue) = 175+219+61=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 61 (24.22% from 255 or 13.41% from 455); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDB3D is #5024C2. Grayscale: #BCBCBC. Windows color (decimal): -5252291 or 4053935. OLE color: 4053935.

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

Color convert

RGB 175 219 61 -
CMYK 0.20 0 0.72 0.14
HSL 76.71º 0.69% 0.55% -
HSV(B) 76.71º 0.72% 0.86% -
XYZ 43.85 60.11 13.71 -
YUV 187.83 56.42 118.85 -
System Red Green Blue C M Y K H S L
Decimal 175 219 61 0.20 0 0.72 0.14 76.71 0.69 0.55
Hex AF DB 3D 14 0 48 E 4D 45 37
Octal 257 333 75 24 0 110 16 115 105 67
Binary 10101111 11011011 111101 10100 0 1001000 1110 1001101 1000101 110111

Color Harmonies of #AFDB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB3D

Black with #AFDB3D

Text Example


Text Example

White with #AFDB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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