Html Css Color HEX #AFF953 Conifer

📋 copy color: '#AFF953'

red 175 ◦ green 249 ◦ blue 83

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

Shades of Conifer #AFF953

Tints of Conifer #AFF953

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.11%

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

R = 34.52%
G = 49.11%
B = 16.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#AFF953 (or 0xAFF953) is known color: Conifer. HEX triplet: AF, F9 and 53. RGB value is (175,249,83). Sum of RGB (Red+Green+Blue) = 175+249+83=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 249 (97.66% from 255 or 49.11% from 507); Blue value is 83 (32.81% from 255 or 16.37% from 507); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF953 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF953 is #5006AC. Grayscale: #D0D0D0. Windows color (decimal): -5244589 or 5503407. OLE color: 5503407.

HSL color Cylindrical-coordinate representation of color #AFF953: hue angle of 86.75º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFF953 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 249 83 -
CMYK 0.30 0 0.67 0.02
HSL 86.75º 0.93% 0.65% -
HSV(B) 86.75º 0.67% 0.98% -
XYZ 53.12 77.49 20.34 -
YUV 207.95 57.48 104.5 -
System Red Green Blue C M Y K H S L
Decimal 175 249 83 0.30 0 0.67 0.02 86.75 0.93 0.65
Hex AF F9 53 1E 0 43 2 57 5D 41
Octal 257 371 123 36 0 103 2 127 135 101
Binary 10101111 11111001 1010011 11110 0 1000011 10 1010111 1011101 1000001

Color Harmonies of #AFF953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF953

Black with #AFF953

Text Example


Text Example

White with #AFF953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF953; }

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

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

background-color css

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

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

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

border-color css

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

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

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