Html Css Color HEX #AFF54D Conifer

📋 copy color: '#AFF54D'

red 175 ◦ green 245 ◦ blue 77

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

Shades of Conifer #AFF54D

Tints of Conifer #AFF54D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49.3%

 BLUE value IS 77 (30.47% from 255) = 15.49%

R = 35.21%
G = 49.3%
B = 15.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#AFF54D (or 0xAFF54D) is known color: Conifer. HEX triplet: AF, F5 and 4D. RGB value is (175,245,77). Sum of RGB (Red+Green+Blue) = 175+245+77=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 245 (96.09% from 255 or 49.30% from 497); Blue value is 77 (30.47% from 255 or 15.49% from 497); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF54D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF54D is #500AB2. Grayscale: #CDCDCD. Windows color (decimal): -5245619 or 5109167. OLE color: 5109167.

HSL color Cylindrical-coordinate representation of color #AFF54D: hue angle of 85º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFF54D is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 245 77 -
CMYK 0.29 0 0.69 0.04
HSL 85º 0.89% 0.63% -
HSV(B) 85º 0.69% 0.96% -
XYZ 51.67 74.95 18.77 -
YUV 204.92 55.81 106.66 -
System Red Green Blue C M Y K H S L
Decimal 175 245 77 0.29 0 0.69 0.04 85 0.89 0.63
Hex AF F5 4D 1D 0 45 4 55 59 3F
Octal 257 365 115 35 0 105 4 125 131 77
Binary 10101111 11110101 1001101 11101 0 1000101 100 1010101 1011001 111111

Color Harmonies of #AFF54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF54D

Black with #AFF54D

Text Example


Text Example

White with #AFF54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF54D; }

 p { color: rgb(175,245,77); }

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

background-color css

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

 a { background-color: rgb(175,245,77); }

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

border-color css

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

 span { border-color: rgb(175,245,77); }

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