Html Css Color HEX #AFDD3D Conifer

📋 copy color: '#AFDD3D'

red 175 ◦ green 221 ◦ blue 61

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

Shades of Conifer #AFDD3D

Tints of Conifer #AFDD3D

RGB

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

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

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

R = 38.29%
G = 48.36%
B = 13.35%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#AFDD3D (or 0xAFDD3D) is known color: Conifer. HEX triplet: AF, DD and 3D. RGB value is (175,221,61). Sum of RGB (Red+Green+Blue) = 175+221+61=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 61 (24.22% from 255 or 13.35% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD3D is #5022C2. Grayscale: #BDBDBD. Windows color (decimal): -5251779 or 4054447. OLE color: 4054447.

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

Color convert

RGB 175 221 61 -
CMYK 0.21 0 0.72 0.13
HSL 77.25º 0.7% 0.55% -
HSV(B) 77.25º 0.72% 0.87% -
XYZ 44.38 61.16 13.88 -
YUV 189.01 55.76 118.01 -
System Red Green Blue C M Y K H S L
Decimal 175 221 61 0.21 0 0.72 0.13 77.25 0.7 0.55
Hex AF DD 3D 15 0 48 D 4D 46 37
Octal 257 335 75 25 0 110 15 115 106 67
Binary 10101111 11011101 111101 10101 0 1001000 1101 1001101 1000110 110111

Color Harmonies of #AFDD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD3D

Black with #AFDD3D

Text Example


Text Example

White with #AFDD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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