Html Css Color HEX #AFFD62 Conifer

📋 copy color: '#AFFD62'

red 175 ◦ green 253 ◦ blue 98

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

Shades of Conifer #AFFD62

Tints of Conifer #AFFD62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.63%

R = 33.27%
G = 48.1%
B = 18.63%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#AFFD62 (or 0xAFFD62) is known color: Conifer. HEX triplet: AF, FD and 62. RGB value is (175,253,98). Sum of RGB (Red+Green+Blue) = 175+253+98=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 253 (99.22% from 255 or 48.10% from 526); Blue value is 98 (38.67% from 255 or 18.63% from 526); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFD62 is #50029D. Grayscale: #D4D4D4. Windows color (decimal): -5243550 or 6487471. OLE color: 6487471.

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

Color convert

RGB 175 253 98 -
CMYK 0.31 0 0.61 0.01
HSL 90.19º 0.97% 0.69% -
HSV(B) 90.19º 0.61% 0.99% -
XYZ 55.01 80.25 24.15 -
YUV 212.01 63.66 101.6 -
System Red Green Blue C M Y K H S L
Decimal 175 253 98 0.31 0 0.61 0.01 90.19 0.97 0.69
Hex AF FD 62 1F 0 3D 1 5A 61 45
Octal 257 375 142 37 0 75 1 132 141 105
Binary 10101111 11111101 1100010 11111 0 111101 1 1011010 1100001 1000101

Color Harmonies of #AFFD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFD62

Black with #AFFD62

Text Example


Text Example

White with #AFFD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFD62; }

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

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

background-color css

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

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

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

border-color css

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

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

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