Html Css Color HEX #BDF071 Sulu

📋 copy color: '#BDF071'

red 189 ◦ green 240 ◦ blue 113

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

Shades of Sulu #BDF071

Tints of Sulu #BDF071

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.28%

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

R = 34.87%
G = 44.28%
B = 20.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#BDF071 (or 0xBDF071) is known color: Sulu. HEX triplet: BD, F0 and 71. RGB value is (189,240,113). Sum of RGB (Red+Green+Blue) = 189+240+113=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 113 (44.53% from 255 or 20.85% from 542); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF071 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF071 is #420F8E. Grayscale: #D2D2D2. Windows color (decimal): -4329359 or 7467197. OLE color: 7467197.

HSL color Cylindrical-coordinate representation of color #BDF071: hue angle of 84.09º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDF071 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 113 -
CMYK 0.21 0 0.53 0.06
HSL 84.09º 0.81% 0.69% -
HSV(B) 84.09º 0.53% 0.94% -
XYZ 55.13 74.33 27.06 -
YUV 210.27 73.1 112.83 -
System Red Green Blue C M Y K H S L
Decimal 189 240 113 0.21 0 0.53 0.06 84.09 0.81 0.69
Hex BD F0 71 15 0 35 6 54 51 45
Octal 275 360 161 25 0 65 6 124 121 105
Binary 10111101 11110000 1110001 10101 0 110101 110 1010100 1010001 1000101

Color Harmonies of #BDF071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF071

Black with #BDF071

Text Example


Text Example

White with #BDF071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF071; }

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

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

background-color css

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

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

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

border-color css

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

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

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