Html Css Color HEX #AFEB54 Conifer

📋 copy color: '#AFEB54'

red 175 ◦ green 235 ◦ blue 84

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

Shades of Conifer #AFEB54

Tints of Conifer #AFEB54

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.57%

 BLUE value IS 84 (33.2% from 255) = 17%

R = 35.43%
G = 47.57%
B = 17%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#AFEB54 (or 0xAFEB54) is known color: Conifer. HEX triplet: AF, EB and 54. RGB value is (175,235,84). Sum of RGB (Red+Green+Blue) = 175+235+84=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 235 (92.19% from 255 or 47.57% from 494); Blue value is 84 (33.20% from 255 or 17.00% from 494); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEB54 is #5014AB. Grayscale: #C8C8C8. Windows color (decimal): -5248172 or 5565359. OLE color: 5565359.

HSL color Cylindrical-coordinate representation of color #AFEB54: hue angle of 83.84º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFEB54 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 235 84 -
CMYK 0.26 0 0.64 0.08
HSL 83.84º 0.79% 0.63% -
HSV(B) 83.84º 0.64% 0.92% -
XYZ 48.99 69.17 19.16 -
YUV 199.85 62.62 110.28 -
System Red Green Blue C M Y K H S L
Decimal 175 235 84 0.26 0 0.64 0.08 83.84 0.79 0.63
Hex AF EB 54 1A 0 40 8 54 4F 3F
Octal 257 353 124 32 0 100 10 124 117 77
Binary 10101111 11101011 1010100 11010 0 1000000 1000 1010100 1001111 111111

Color Harmonies of #AFEB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEB54

Black with #AFEB54

Text Example


Text Example

White with #AFEB54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEB54; }

 p { color: rgb(175,235,84); }

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

background-color css

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

 a { background-color: rgb(175,235,84); }

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

border-color css

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

 span { border-color: rgb(175,235,84); }

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