Html Css Color HEX #AFF353 Conifer

📋 copy color: '#AFF353'

red 175 ◦ green 243 ◦ blue 83

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

Shades of Conifer #AFF353

Tints of Conifer #AFF353

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.5%

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

R = 34.93%
G = 48.5%
B = 16.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#AFF353 (or 0xAFF353) is known color: Conifer. HEX triplet: AF, F3 and 53. RGB value is (175,243,83). Sum of RGB (Red+Green+Blue) = 175+243+83=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 243 (95.31% from 255 or 48.50% from 501); Blue value is 83 (32.81% from 255 or 16.57% from 501); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF353 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF353 is #500CAC. Grayscale: #CDCDCD. Windows color (decimal): -5246125 or 5501871. OLE color: 5501871.

HSL color Cylindrical-coordinate representation of color #AFF353: hue angle of 85.5º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFF353 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 243 83 -
CMYK 0.28 0 0.66 0.05
HSL 85.5º 0.87% 0.64% -
HSV(B) 85.5º 0.66% 0.95% -
XYZ 51.29 73.84 19.73 -
YUV 204.43 59.47 107.01 -
System Red Green Blue C M Y K H S L
Decimal 175 243 83 0.28 0 0.66 0.05 85.5 0.87 0.64
Hex AF F3 53 1C 0 42 5 56 57 40
Octal 257 363 123 34 0 102 5 126 127 100
Binary 10101111 11110011 1010011 11100 0 1000010 101 1010110 1010111 1000000

Color Harmonies of #AFF353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF353

Black with #AFF353

Text Example


Text Example

White with #AFF353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF353; }

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

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

background-color css

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

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

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

border-color css

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

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

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