Html Css Color HEX #AFF752 Conifer

📋 copy color: '#AFF752'

red 175 ◦ green 247 ◦ blue 82

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

Shades of Conifer #AFF752

Tints of Conifer #AFF752

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.01%

 BLUE value IS 82 (32.42% from 255) = 16.27%

R = 34.72%
G = 49.01%
B = 16.27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#AFF752 (or 0xAFF752) is known color: Conifer. HEX triplet: AF, F7 and 52. RGB value is (175,247,82). Sum of RGB (Red+Green+Blue) = 175+247+82=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 247 (96.88% from 255 or 49.01% from 504); Blue value is 82 (32.42% from 255 or 16.27% from 504); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF752 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF752 is #5008AD. Grayscale: #CFCFCF. Windows color (decimal): -5245102 or 5437359. OLE color: 5437359.

HSL color Cylindrical-coordinate representation of color #AFF752: hue angle of 86.18º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFF752 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 247 82 -
CMYK 0.29 0 0.67 0.03
HSL 86.18º 0.91% 0.65% -
HSV(B) 86.18º 0.67% 0.97% -
XYZ 52.46 76.24 19.93 -
YUV 206.66 57.65 105.42 -
System Red Green Blue C M Y K H S L
Decimal 175 247 82 0.29 0 0.67 0.03 86.18 0.91 0.65
Hex AF F7 52 1D 0 43 3 56 5B 41
Octal 257 367 122 35 0 103 3 126 133 101
Binary 10101111 11110111 1010010 11101 0 1000011 11 1010110 1011011 1000001

Color Harmonies of #AFF752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF752

Black with #AFF752

Text Example


Text Example

White with #AFF752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF752; }

 p { color: rgb(175,247,82); }

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

background-color css

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

 a { background-color: rgb(175,247,82); }

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

border-color css

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

 span { border-color: rgb(175,247,82); }

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