Html Css Color HEX #AFF653 Conifer

📋 copy color: '#AFF653'

red 175 ◦ green 246 ◦ blue 83

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

Shades of Conifer #AFF653

Tints of Conifer #AFF653

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.81%

 BLUE value IS 83 (32.81% from 255) = 16.47%

R = 34.72%
G = 48.81%
B = 16.47%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#AFF653 (or 0xAFF653) is known color: Conifer. HEX triplet: AF, F6 and 53. RGB value is (175,246,83). Sum of RGB (Red+Green+Blue) = 175+246+83=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 246 (96.48% from 255 or 48.81% from 504); Blue value is 83 (32.81% from 255 or 16.47% from 504); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF653 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF653 is #5009AC. Grayscale: #CECECE. Windows color (decimal): -5245357 or 5502639. OLE color: 5502639.

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

Color convert

RGB 175 246 83 -
CMYK 0.29 0 0.66 0.04
HSL 86.13º 0.9% 0.65% -
HSV(B) 86.13º 0.66% 0.96% -
XYZ 52.2 75.65 20.03 -
YUV 206.19 58.48 105.75 -
System Red Green Blue C M Y K H S L
Decimal 175 246 83 0.29 0 0.66 0.04 86.13 0.9 0.65
Hex AF F6 53 1D 0 42 4 56 5A 41
Octal 257 366 123 35 0 102 4 126 132 101
Binary 10101111 11110110 1010011 11101 0 1000010 100 1010110 1011010 1000001

Color Harmonies of #AFF653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF653

Black with #AFF653

Text Example


Text Example

White with #AFF653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF653; }

 p { color: rgb(175,246,83); }

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

background-color css

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

 a { background-color: rgb(175,246,83); }

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

border-color css

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

 span { border-color: rgb(175,246,83); }

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