Html Css Color HEX #ADDF4B Conifer

📋 copy color: '#ADDF4B'

red 173 ◦ green 223 ◦ blue 75

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

Shades of Conifer #ADDF4B

Tints of Conifer #ADDF4B

RGB

 RED value IS 173 (67.97% from 255) = 36.73%

 GREEN value IS 223 (87.5% from 255) = 47.35%

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

R = 36.73%
G = 47.35%
B = 15.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#ADDF4B (or 0xADDF4B) is known color: Conifer. HEX triplet: AD, DF and 4B. RGB value is (173,223,75). Sum of RGB (Red+Green+Blue) = 173+223+75=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDF4B is #5220B4. Grayscale: #BFBFBF. Windows color (decimal): -5382325 or 4972461. OLE color: 4972461.

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

Color convert

RGB 173 223 75 -
CMYK 0.22 0 0.66 0.13
HSL 80.27º 0.7% 0.58% -
HSV(B) 80.27º 0.66% 0.87% -
XYZ 44.89 62.17 16.29 -
YUV 191.18 62.44 115.03 -
System Red Green Blue C M Y K H S L
Decimal 173 223 75 0.22 0 0.66 0.13 80.27 0.7 0.58
Hex AD DF 4B 16 0 42 D 50 46 3A
Octal 255 337 113 26 0 102 15 120 106 72
Binary 10101101 11011111 1001011 10110 0 1000010 1101 1010000 1000110 111010

Color Harmonies of #ADDF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDF4B

Black with #ADDF4B

Text Example


Text Example

White with #ADDF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDF4B; }

 p { color: rgb(173,223,75); }

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

background-color css

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

 a { background-color: rgb(173,223,75); }

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

border-color css

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

 span { border-color: rgb(173,223,75); }

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