Html Css Color HEX #AFE67D Feijoa

📋 copy color: '#AFE67D'

red 175 ◦ green 230 ◦ blue 125

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

Shades of Feijoa #AFE67D

Tints of Feijoa #AFE67D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.4%

 BLUE value IS 125 (49.22% from 255) = 23.58%

R = 33.02%
G = 43.4%
B = 23.58%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#AFE67D (or 0xAFE67D) is known color: Feijoa. HEX triplet: AF, E6 and 7D. RGB value is (175,230,125). Sum of RGB (Red+Green+Blue) = 175+230+125=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 230 (90.23% from 255 or 43.40% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE67D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE67D is #501982. Grayscale: #C9C9C9. Windows color (decimal): -5249411 or 8251055. OLE color: 8251055.

HSL color Cylindrical-coordinate representation of color #AFE67D: hue angle of 91.43º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFE67D is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 125 -
CMYK 0.24 0 0.46 0.10
HSL 91.43º 0.68% 0.7% -
HSV(B) 91.43º 0.46% 0.9% -
XYZ 49.68 67.19 29.75 -
YUV 201.59 84.78 109.04 -
System Red Green Blue C M Y K H S L
Decimal 175 230 125 0.24 0 0.46 0.10 91.43 0.68 0.7
Hex AF E6 7D 18 0 2E A 5B 44 46
Octal 257 346 175 30 0 56 12 133 104 106
Binary 10101111 11100110 1111101 11000 0 101110 1010 1011011 1000100 1000110

Color Harmonies of #AFE67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE67D

Black with #AFE67D

Text Example


Text Example

White with #AFE67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE67D; }

 p { color: rgb(175,230,125); }

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

background-color css

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

 a { background-color: rgb(175,230,125); }

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

border-color css

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

 span { border-color: rgb(175,230,125); }

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