Html Css Color HEX #BDF46D Sulu

📋 copy color: '#BDF46D'

red 189 ◦ green 244 ◦ blue 109

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

Shades of Sulu #BDF46D

Tints of Sulu #BDF46D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.11%

R = 34.87%
G = 45.02%
B = 20.11%

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

#BDF46D (or 0xBDF46D) is known color: Sulu. HEX triplet: BD, F4 and 6D. RGB value is (189,244,109). Sum of RGB (Red+Green+Blue) = 189+244+109=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 244 (95.70% from 255 or 45.02% from 542); Blue value is 109 (42.97% from 255 or 20.11% from 542); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF46D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF46D is #420B92. Grayscale: #D4D4D4. Windows color (decimal): -4328339 or 7206077. OLE color: 7206077.

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

Color convert

RGB 189 244 109 -
CMYK 0.23 0 0.55 0.04
HSL 84.44º 0.86% 0.69% -
HSV(B) 84.44º 0.55% 0.96% -
XYZ 56.1 76.62 26.3 -
YUV 212.17 69.78 111.48 -
System Red Green Blue C M Y K H S L
Decimal 189 244 109 0.23 0 0.55 0.04 84.44 0.86 0.69
Hex BD F4 6D 17 0 37 4 54 56 45
Octal 275 364 155 27 0 67 4 124 126 105
Binary 10111101 11110100 1101101 10111 0 110111 100 1010100 1010110 1000101

Color Harmonies of #BDF46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF46D

Black with #BDF46D

Text Example


Text Example

White with #BDF46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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