Html Css Color HEX #BDF47F Sulu

📋 copy color: '#BDF47F'

red 189 ◦ green 244 ◦ blue 127

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

Shades of Sulu #BDF47F

Tints of Sulu #BDF47F

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.57%

 BLUE value IS 127 (50% from 255) = 22.68%

R = 33.75%
G = 43.57%
B = 22.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#BDF47F (or 0xBDF47F) is known color: Sulu. HEX triplet: BD, F4 and 7F. RGB value is (189,244,127). Sum of RGB (Red+Green+Blue) = 189+244+127=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 244 (95.70% from 255 or 43.57% from 560); Blue value is 127 (50% from 255 or 22.68% from 560); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF47F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF47F is #420B80. Grayscale: #D6D6D6. Windows color (decimal): -4328321 or 8385725. OLE color: 8385725.

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

Color convert

RGB 189 244 127 -
CMYK 0.23 0 0.48 0.04
HSL 88.21º 0.84% 0.73% -
HSV(B) 88.21º 0.48% 0.96% -
XYZ 57.17 77.05 31.94 -
YUV 214.22 78.78 110.01 -
System Red Green Blue C M Y K H S L
Decimal 189 244 127 0.23 0 0.48 0.04 88.21 0.84 0.73
Hex BD F4 7F 17 0 30 4 58 54 49
Octal 275 364 177 27 0 60 4 130 124 111
Binary 10111101 11110100 1111111 10111 0 110000 100 1011000 1010100 1001001

Color Harmonies of #BDF47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF47F

Black with #BDF47F

Text Example


Text Example

White with #BDF47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF47F; }

 p { color: rgb(189,244,127); }

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

background-color css

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

 a { background-color: rgb(189,244,127); }

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

border-color css

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

 span { border-color: rgb(189,244,127); }

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