Html Css Color HEX #AFFD61 Conifer

📋 copy color: '#AFFD61'

red 175 ◦ green 253 ◦ blue 97

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

Shades of Conifer #AFFD61

Tints of Conifer #AFFD61

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.19%

 BLUE value IS 97 (38.28% from 255) = 18.48%

R = 33.33%
G = 48.19%
B = 18.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#AFFD61 (or 0xAFFD61) is known color: Conifer. HEX triplet: AF, FD and 61. RGB value is (175,253,97). Sum of RGB (Red+Green+Blue) = 175+253+97=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 253 (99.22% from 255 or 48.19% from 525); Blue value is 97 (38.28% from 255 or 18.48% from 525); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFD61 is #50029E. Grayscale: #D4D4D4. Windows color (decimal): -5243551 or 6421935. OLE color: 6421935.

HSL color Cylindrical-coordinate representation of color #AFFD61: hue angle of 90º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFFD61 is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 253 97 -
CMYK 0.31 0 0.62 0.01
HSL 90º 0.98% 0.69% -
HSV(B) 90º 0.62% 0.99% -
XYZ 54.96 80.23 23.9 -
YUV 211.89 63.16 101.68 -
System Red Green Blue C M Y K H S L
Decimal 175 253 97 0.31 0 0.62 0.01 90 0.98 0.69
Hex AF FD 61 1F 0 3E 1 5A 62 45
Octal 257 375 141 37 0 76 1 132 142 105
Binary 10101111 11111101 1100001 11111 0 111110 1 1011010 1100010 1000101

Color Harmonies of #AFFD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFD61

Black with #AFFD61

Text Example


Text Example

White with #AFFD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFD61; }

 p { color: rgb(175,253,97); }

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

background-color css

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

 a { background-color: rgb(175,253,97); }

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

border-color css

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

 span { border-color: rgb(175,253,97); }

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