Html Css Color HEX #AFEB4D Conifer

📋 copy color: '#AFEB4D'

red 175 ◦ green 235 ◦ blue 77

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

Shades of Conifer #AFEB4D

Tints of Conifer #AFEB4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.81%

R = 35.93%
G = 48.25%
B = 15.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#AFEB4D (or 0xAFEB4D) is known color: Conifer. HEX triplet: AF, EB and 4D. RGB value is (175,235,77). Sum of RGB (Red+Green+Blue) = 175+235+77=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 235 (92.19% from 255 or 48.25% from 487); Blue value is 77 (30.47% from 255 or 15.81% from 487); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEB4D is #5014B2. Grayscale: #C7C7C7. Windows color (decimal): -5248179 or 5106607. OLE color: 5106607.

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

Color convert

RGB 175 235 77 -
CMYK 0.26 0 0.67 0.08
HSL 82.78º 0.8% 0.61% -
HSV(B) 82.78º 0.67% 0.92% -
XYZ 48.73 69.07 17.78 -
YUV 199.05 59.12 110.85 -
System Red Green Blue C M Y K H S L
Decimal 175 235 77 0.26 0 0.67 0.08 82.78 0.8 0.61
Hex AF EB 4D 1A 0 43 8 53 50 3D
Octal 257 353 115 32 0 103 10 123 120 75
Binary 10101111 11101011 1001101 11010 0 1000011 1000 1010011 1010000 111101

Color Harmonies of #AFEB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEB4D

Black with #AFEB4D

Text Example


Text Example

White with #AFEB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEB4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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