Html Css Color HEX #AFEE67 Conifer

📋 copy color: '#AFEE67'

red 175 ◦ green 238 ◦ blue 103

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

Shades of Conifer #AFEE67

Tints of Conifer #AFEE67

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.12%

 BLUE value IS 103 (40.63% from 255) = 19.96%

R = 33.91%
G = 46.12%
B = 19.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#AFEE67 (or 0xAFEE67) is known color: Conifer. HEX triplet: AF, EE and 67. RGB value is (175,238,103). Sum of RGB (Red+Green+Blue) = 175+238+103=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 238 (93.36% from 255 or 46.12% from 516); Blue value is 103 (40.62% from 255 or 19.96% from 516); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEE67 is #501198. Grayscale: #CCCCCC. Windows color (decimal): -5247385 or 6811311. OLE color: 6811311.

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

Color convert

RGB 175 238 103 -
CMYK 0.26 0 0.57 0.07
HSL 88º 0.8% 0.67% -
HSV(B) 88º 0.57% 0.93% -
XYZ 50.7 71.24 23.91 -
YUV 203.77 71.13 107.48 -
System Red Green Blue C M Y K H S L
Decimal 175 238 103 0.26 0 0.57 0.07 88 0.8 0.67
Hex AF EE 67 1A 0 39 7 58 50 43
Octal 257 356 147 32 0 71 7 130 120 103
Binary 10101111 11101110 1100111 11010 0 111001 111 1011000 1010000 1000011

Color Harmonies of #AFEE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEE67

Black with #AFEE67

Text Example


Text Example

White with #AFEE67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEE67; }

 p { color: rgb(175,238,103); }

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

background-color css

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

 a { background-color: rgb(175,238,103); }

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

border-color css

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

 span { border-color: rgb(175,238,103); }

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