Html Css Color HEX #BDF46F Sulu

📋 copy color: '#BDF46F'

red 189 ◦ green 244 ◦ blue 111

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

Shades of Sulu #BDF46F

Tints of Sulu #BDF46F

RGB

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

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

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

R = 34.74%
G = 44.85%
B = 20.4%

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

#BDF46F (or 0xBDF46F) is known color: Sulu. HEX triplet: BD, F4 and 6F. RGB value is (189,244,111). Sum of RGB (Red+Green+Blue) = 189+244+111=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 111 (43.75% from 255 or 20.40% from 544); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF46F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF46F is #420B90. Grayscale: #D4D4D4. Windows color (decimal): -4328337 or 7337149. OLE color: 7337149.

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

Color convert

RGB 189 244 111 -
CMYK 0.23 0 0.55 0.04
HSL 84.81º 0.86% 0.7% -
HSV(B) 84.81º 0.55% 0.96% -
XYZ 56.21 76.67 26.87 -
YUV 212.39 70.78 111.31 -
System Red Green Blue C M Y K H S L
Decimal 189 244 111 0.23 0 0.55 0.04 84.81 0.86 0.7
Hex BD F4 6F 17 0 37 4 55 56 46
Octal 275 364 157 27 0 67 4 125 126 106
Binary 10111101 11110100 1101111 10111 0 110111 100 1010101 1010110 1000110

Color Harmonies of #BDF46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF46F

Black with #BDF46F

Text Example


Text Example

White with #BDF46F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF46F; }

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

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

background-color css

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

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

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

border-color css

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

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

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