Html Css Color HEX #AFF67D Sulu

📋 copy color: '#AFF67D'

red 175 ◦ green 246 ◦ blue 125

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

Shades of Sulu #AFF67D

Tints of Sulu #AFF67D

RGB

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

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

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

R = 32.05%
G = 45.05%
B = 22.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#AFF67D (or 0xAFF67D) is known color: Sulu. HEX triplet: AF, F6 and 7D. RGB value is (175,246,125). Sum of RGB (Red+Green+Blue) = 175+246+125=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 246 (96.48% from 255 or 45.05% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF67D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF67D is #500982. Grayscale: #D3D3D3. Windows color (decimal): -5245315 or 8255151. OLE color: 8255151.

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

Color convert

RGB 175 246 125 -
CMYK 0.29 0 0.49 0.04
HSL 95.21º 0.87% 0.73% -
HSV(B) 95.21º 0.49% 0.96% -
XYZ 54.34 76.51 31.31 -
YUV 210.98 79.48 102.34 -
System Red Green Blue C M Y K H S L
Decimal 175 246 125 0.29 0 0.49 0.04 95.21 0.87 0.73
Hex AF F6 7D 1D 0 31 4 5F 57 49
Octal 257 366 175 35 0 61 4 137 127 111
Binary 10101111 11110110 1111101 11101 0 110001 100 1011111 1010111 1001001

Color Harmonies of #AFF67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF67D

Black with #AFF67D

Text Example


Text Example

White with #AFF67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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