Html Css Color HEX #BDF56E Sulu

📋 copy color: '#BDF56E'

red 189 ◦ green 245 ◦ blue 110

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

Shades of Sulu #BDF56E

Tints of Sulu #BDF56E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.22%

R = 34.74%
G = 45.04%
B = 20.22%

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

#BDF56E (or 0xBDF56E) is known color: Sulu. HEX triplet: BD, F5 and 6E. RGB value is (189,245,110). Sum of RGB (Red+Green+Blue) = 189+245+110=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 245 (96.09% from 255 or 45.04% from 544); Blue value is 110 (43.36% from 255 or 20.22% from 544); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF56E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF56E is #420A91. Grayscale: #D5D5D5. Windows color (decimal): -4328082 or 7271869. OLE color: 7271869.

HSL color Cylindrical-coordinate representation of color #BDF56E: hue angle of 84.89º 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 #BDF56E is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 245 110 -
CMYK 0.23 0 0.55 0.04
HSL 84.89º 0.87% 0.7% -
HSV(B) 84.89º 0.55% 0.96% -
XYZ 56.45 77.25 26.69 -
YUV 212.87 69.95 110.98 -
System Red Green Blue C M Y K H S L
Decimal 189 245 110 0.23 0 0.55 0.04 84.89 0.87 0.7
Hex BD F5 6E 17 0 37 4 55 57 46
Octal 275 365 156 27 0 67 4 125 127 106
Binary 10111101 11110101 1101110 10111 0 110111 100 1010101 1010111 1000110

Color Harmonies of #BDF56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF56E

Black with #BDF56E

Text Example


Text Example

White with #BDF56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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