Html Css Color HEX #BDF271 Sulu

📋 copy color: '#BDF271'

red 189 ◦ green 242 ◦ blue 113

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

Shades of Sulu #BDF271

Tints of Sulu #BDF271

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.49%

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

R = 34.74%
G = 44.49%
B = 20.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#BDF271 (or 0xBDF271) is known color: Sulu. HEX triplet: BD, F2 and 71. RGB value is (189,242,113). Sum of RGB (Red+Green+Blue) = 189+242+113=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 113 (44.53% from 255 or 20.77% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF271 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF271 is #420D8E. Grayscale: #D3D3D3. Windows color (decimal): -4328847 or 7467709. OLE color: 7467709.

HSL color Cylindrical-coordinate representation of color #BDF271: hue angle of 84.65º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDF271 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 113 -
CMYK 0.22 0 0.53 0.05
HSL 84.65º 0.83% 0.7% -
HSV(B) 84.65º 0.53% 0.95% -
XYZ 55.72 75.52 27.26 -
YUV 211.45 72.44 111.99 -
System Red Green Blue C M Y K H S L
Decimal 189 242 113 0.22 0 0.53 0.05 84.65 0.83 0.7
Hex BD F2 71 16 0 35 5 55 53 46
Octal 275 362 161 26 0 65 5 125 123 106
Binary 10111101 11110010 1110001 10110 0 110101 101 1010101 1010011 1000110

Color Harmonies of #BDF271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF271

Black with #BDF271

Text Example


Text Example

White with #BDF271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF271; }

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

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

background-color css

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

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

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

border-color css

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

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

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