Html Css Color HEX #AFF67B Sulu

📋 copy color: '#AFF67B'

red 175 ◦ green 246 ◦ blue 123

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

Shades of Sulu #AFF67B

Tints of Sulu #AFF67B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.22%

 BLUE value IS 123 (48.44% from 255) = 22.61%

R = 32.17%
G = 45.22%
B = 22.61%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#AFF67B (or 0xAFF67B) is known color: Sulu. HEX triplet: AF, F6 and 7B. RGB value is (175,246,123). Sum of RGB (Red+Green+Blue) = 175+246+123=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 246 (96.48% from 255 or 45.22% from 544); Blue value is 123 (48.44% from 255 or 22.61% from 544); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF67B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF67B is #500984. Grayscale: #D3D3D3. Windows color (decimal): -5245317 or 8124079. OLE color: 8124079.

HSL color Cylindrical-coordinate representation of color #AFF67B: hue angle of 94.63º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFF67B is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 246 123 -
CMYK 0.29 0 0.50 0.04
HSL 94.63º 0.87% 0.72% -
HSV(B) 94.63º 0.5% 0.96% -
XYZ 54.21 76.46 30.64 -
YUV 210.75 78.48 102.5 -
System Red Green Blue C M Y K H S L
Decimal 175 246 123 0.29 0 0.50 0.04 94.63 0.87 0.72
Hex AF F6 7B 1D 0 32 4 5F 57 48
Octal 257 366 173 35 0 62 4 137 127 110
Binary 10101111 11110110 1111011 11101 0 110010 100 1011111 1010111 1001000

Color Harmonies of #AFF67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF67B

Black with #AFF67B

Text Example


Text Example

White with #AFF67B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF67B; }

 p { color: rgb(175,246,123); }

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

background-color css

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

 a { background-color: rgb(175,246,123); }

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

border-color css

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

 span { border-color: rgb(175,246,123); }

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