Html Css Color HEX #BDF56F Sulu

📋 copy color: '#BDF56F'

red 189 ◦ green 245 ◦ blue 111

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

Shades of Sulu #BDF56F

Tints of Sulu #BDF56F

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.95%

 BLUE value IS 111 (43.75% from 255) = 20.37%

R = 34.68%
G = 44.95%
B = 20.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#BDF56F (or 0xBDF56F) is known color: Sulu. HEX triplet: BD, F5 and 6F. RGB value is (189,245,111). Sum of RGB (Red+Green+Blue) = 189+245+111=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 245 (96.09% from 255 or 44.95% from 545); Blue value is 111 (43.75% from 255 or 20.37% from 545); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF56F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF56F is #420A90. Grayscale: #D5D5D5. Windows color (decimal): -4328081 or 7337405. OLE color: 7337405.

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

Color convert

RGB 189 245 111 -
CMYK 0.23 0 0.55 0.04
HSL 85.07º 0.87% 0.7% -
HSV(B) 85.07º 0.55% 0.96% -
XYZ 56.51 77.27 26.98 -
YUV 212.98 70.45 110.9 -
System Red Green Blue C M Y K H S L
Decimal 189 245 111 0.23 0 0.55 0.04 85.07 0.87 0.7
Hex BD F5 6F 17 0 37 4 55 57 46
Octal 275 365 157 27 0 67 4 125 127 106
Binary 10111101 11110101 1101111 10111 0 110111 100 1010101 1010111 1000110

Color Harmonies of #BDF56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF56F

Black with #BDF56F

Text Example


Text Example

White with #BDF56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF56F; }

 p { color: rgb(189,245,111); }

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

background-color css

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

 a { background-color: rgb(189,245,111); }

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

border-color css

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

 span { border-color: rgb(189,245,111); }

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