Html Css Color HEX #AFD454 Conifer

📋 copy color: '#AFD454'

red 175 ◦ green 212 ◦ blue 84

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

Shades of Conifer #AFD454

Tints of Conifer #AFD454

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.01%

 BLUE value IS 84 (33.2% from 255) = 17.83%

R = 37.15%
G = 45.01%
B = 17.83%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.17

RGB Variations

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

Color information

#AFD454 (or 0xAFD454) is known color: Conifer. HEX triplet: AF, D4 and 54. RGB value is (175,212,84). Sum of RGB (Red+Green+Blue) = 175+212+84=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 84 (33.20% from 255 or 17.83% from 471); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD454 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD454 is #502BAB. Grayscale: #BABABA. Windows color (decimal): -5254060 or 5559471. OLE color: 5559471.

HSL color Cylindrical-coordinate representation of color #AFD454: hue angle of 77.34º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFD454 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 212 84 -
CMYK 0.17 0 0.60 0.17
HSL 77.34º 0.6% 0.58% -
HSV(B) 77.34º 0.6% 0.83% -
XYZ 42.82 56.84 17.1 -
YUV 186.35 70.24 119.91 -
System Red Green Blue C M Y K H S L
Decimal 175 212 84 0.17 0 0.60 0.17 77.34 0.6 0.58
Hex AF D4 54 11 0 3C 11 4D 3C 3A
Octal 257 324 124 21 0 74 21 115 74 72
Binary 10101111 11010100 1010100 10001 0 111100 10001 1001101 111100 111010

Color Harmonies of #AFD454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD454

Black with #AFD454

Text Example


Text Example

White with #AFD454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD454; }

 p { color: rgb(175,212,84); }

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

background-color css

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

 a { background-color: rgb(175,212,84); }

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

border-color css

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

 span { border-color: rgb(175,212,84); }

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