Html Css Color HEX #BDF07F Sulu

📋 copy color: '#BDF07F'

red 189 ◦ green 240 ◦ blue 127

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

Shades of Sulu #BDF07F

Tints of Sulu #BDF07F

RGB

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

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

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

R = 33.99%
G = 43.17%
B = 22.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#BDF07F (or 0xBDF07F) is known color: Sulu. HEX triplet: BD, F0 and 7F. RGB value is (189,240,127). Sum of RGB (Red+Green+Blue) = 189+240+127=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 127 (50% from 255 or 22.84% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF07F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF07F is #420F80. Grayscale: #D4D4D4. Windows color (decimal): -4329345 or 8384701. OLE color: 8384701.

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

Color convert

RGB 189 240 127 -
CMYK 0.21 0 0.47 0.06
HSL 87.08º 0.79% 0.72% -
HSV(B) 87.08º 0.47% 0.94% -
XYZ 55.98 74.67 31.54 -
YUV 211.87 80.1 111.69 -
System Red Green Blue C M Y K H S L
Decimal 189 240 127 0.21 0 0.47 0.06 87.08 0.79 0.72
Hex BD F0 7F 15 0 2F 6 57 4F 48
Octal 275 360 177 25 0 57 6 127 117 110
Binary 10111101 11110000 1111111 10101 0 101111 110 1010111 1001111 1001000

Color Harmonies of #BDF07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF07F

Black with #BDF07F

Text Example


Text Example

White with #BDF07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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