Html Css Color HEX #AFD754 Conifer

📋 copy color: '#AFD754'

red 175 ◦ green 215 ◦ blue 84

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

Shades of Conifer #AFD754

Tints of Conifer #AFD754

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.36%

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

R = 36.92%
G = 45.36%
B = 17.72%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#AFD754 (or 0xAFD754) is known color: Conifer. HEX triplet: AF, D7 and 54. RGB value is (175,215,84). Sum of RGB (Red+Green+Blue) = 175+215+84=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 84 (33.20% from 255 or 17.72% from 474); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD754 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD754 is #5028AB. Grayscale: #BCBCBC. Windows color (decimal): -5253292 or 5560239. OLE color: 5560239.

HSL color Cylindrical-coordinate representation of color #AFD754: hue angle of 78.32º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFD754 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 215 84 -
CMYK 0.19 0 0.61 0.16
HSL 78.32º 0.62% 0.59% -
HSV(B) 78.32º 0.61% 0.84% -
XYZ 43.58 58.35 17.35 -
YUV 188.11 69.25 118.65 -
System Red Green Blue C M Y K H S L
Decimal 175 215 84 0.19 0 0.61 0.16 78.32 0.62 0.59
Hex AF D7 54 13 0 3D 10 4E 3E 3B
Octal 257 327 124 23 0 75 20 116 76 73
Binary 10101111 11010111 1010100 10011 0 111101 10000 1001110 111110 111011

Color Harmonies of #AFD754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD754

Black with #AFD754

Text Example


Text Example

White with #AFD754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD754; }

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

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

background-color css

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

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

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

border-color css

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

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

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