Html Css Color HEX #AFF55B Conifer

📋 copy color: '#AFF55B'

red 175 ◦ green 245 ◦ blue 91

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

Shades of Conifer #AFF55B

Tints of Conifer #AFF55B

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.95%

 BLUE value IS 91 (35.94% from 255) = 17.81%

R = 34.25%
G = 47.95%
B = 17.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#AFF55B (or 0xAFF55B) is known color: Conifer. HEX triplet: AF, F5 and 5B. RGB value is (175,245,91). Sum of RGB (Red+Green+Blue) = 175+245+91=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 91 (35.94% from 255 or 17.81% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF55B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF55B is #500AA4. Grayscale: #CFCFCF. Windows color (decimal): -5245605 or 6026671. OLE color: 6026671.

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

Color convert

RGB 175 245 91 -
CMYK 0.29 0 0.63 0.04
HSL 87.27º 0.89% 0.66% -
HSV(B) 87.27º 0.63% 0.96% -
XYZ 52.22 75.17 21.66 -
YUV 206.51 62.81 105.52 -
System Red Green Blue C M Y K H S L
Decimal 175 245 91 0.29 0 0.63 0.04 87.27 0.89 0.66
Hex AF F5 5B 1D 0 3F 4 57 59 42
Octal 257 365 133 35 0 77 4 127 131 102
Binary 10101111 11110101 1011011 11101 0 111111 100 1010111 1011001 1000010

Color Harmonies of #AFF55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF55B

Black with #AFF55B

Text Example


Text Example

White with #AFF55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF55B; }

 p { color: rgb(175,245,91); }

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

background-color css

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

 a { background-color: rgb(175,245,91); }

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

border-color css

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

 span { border-color: rgb(175,245,91); }

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