Html Css Color HEX #BDF671 Sulu

📋 copy color: '#BDF671'

red 189 ◦ green 246 ◦ blue 113

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

Shades of Sulu #BDF671

Tints of Sulu #BDF671

RGB

 RED value IS 189 (74.22% from 255) = 34.49%

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

 BLUE value IS 113 (44.53% from 255) = 20.62%

R = 34.49%
G = 44.89%
B = 20.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#BDF671 (or 0xBDF671) is known color: Sulu. HEX triplet: BD, F6 and 71. RGB value is (189,246,113). Sum of RGB (Red+Green+Blue) = 189+246+113=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 246 (96.48% from 255 or 44.89% from 548); Blue value is 113 (44.53% from 255 or 20.62% from 548); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF671 is #42098E. Grayscale: #D6D6D6. Windows color (decimal): -4327823 or 7468733. OLE color: 7468733.

HSL color Cylindrical-coordinate representation of color #BDF671: hue angle of 85.71º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDF671 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 246 113 -
CMYK 0.23 0 0.54 0.04
HSL 85.71º 0.88% 0.7% -
HSV(B) 85.71º 0.54% 0.96% -
XYZ 56.92 77.92 27.66 -
YUV 213.8 71.12 110.31 -
System Red Green Blue C M Y K H S L
Decimal 189 246 113 0.23 0 0.54 0.04 85.71 0.88 0.7
Hex BD F6 71 17 0 36 4 56 58 46
Octal 275 366 161 27 0 66 4 126 130 106
Binary 10111101 11110110 1110001 10111 0 110110 100 1010110 1011000 1000110

Color Harmonies of #BDF671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF671

Black with #BDF671

Text Example


Text Example

White with #BDF671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF671; }

 p { color: rgb(189,246,113); }

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

background-color css

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

 a { background-color: rgb(189,246,113); }

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

border-color css

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

 span { border-color: rgb(189,246,113); }

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