Html Css Color HEX #AFF54B Conifer

📋 copy color: '#AFF54B'

red 175 ◦ green 245 ◦ blue 75

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

Shades of Conifer #AFF54B

Tints of Conifer #AFF54B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.15%

R = 35.35%
G = 49.49%
B = 15.15%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#AFF54B (or 0xAFF54B) is known color: Conifer. HEX triplet: AF, F5 and 4B. RGB value is (175,245,75). Sum of RGB (Red+Green+Blue) = 175+245+75=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 245 (96.09% from 255 or 49.49% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF54B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF54B is #500AB4. Grayscale: #CDCDCD. Windows color (decimal): -5245621 or 4978095. OLE color: 4978095.

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

Color convert

RGB 175 245 75 -
CMYK 0.29 0 0.69 0.04
HSL 84.71º 0.89% 0.63% -
HSV(B) 84.71º 0.69% 0.96% -
XYZ 51.6 74.93 18.4 -
YUV 204.69 54.81 106.82 -
System Red Green Blue C M Y K H S L
Decimal 175 245 75 0.29 0 0.69 0.04 84.71 0.89 0.63
Hex AF F5 4B 1D 0 45 4 55 59 3F
Octal 257 365 113 35 0 105 4 125 131 77
Binary 10101111 11110101 1001011 11101 0 1000101 100 1010101 1011001 111111

Color Harmonies of #AFF54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF54B

Black with #AFF54B

Text Example


Text Example

White with #AFF54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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