Html Css Color HEX #BDF384 Sulu

📋 copy color: '#BDF384'

red 189 ◦ green 243 ◦ blue 132

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

Shades of Sulu #BDF384

Tints of Sulu #BDF384

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.09%

 BLUE value IS 132 (51.95% from 255) = 23.4%

R = 33.51%
G = 43.09%
B = 23.4%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#BDF384 (or 0xBDF384) is known color: Sulu. HEX triplet: BD, F3 and 84. RGB value is (189,243,132). Sum of RGB (Red+Green+Blue) = 189+243+132=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 243 (95.31% from 255 or 43.09% from 564); Blue value is 132 (51.95% from 255 or 23.40% from 564); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF384 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF384 is #420C7B. Grayscale: #D6D6D6. Windows color (decimal): -4328572 or 8713149. OLE color: 8713149.

HSL color Cylindrical-coordinate representation of color #BDF384: hue angle of 89.19º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDF384 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 243 132 -
CMYK 0.22 0 0.46 0.05
HSL 89.19º 0.82% 0.74% -
HSV(B) 89.19º 0.46% 0.95% -
XYZ 57.2 76.59 33.6 -
YUV 214.2 81.61 110.03 -
System Red Green Blue C M Y K H S L
Decimal 189 243 132 0.22 0 0.46 0.05 89.19 0.82 0.74
Hex BD F3 84 16 0 2E 5 59 52 4A
Octal 275 363 204 26 0 56 5 131 122 112
Binary 10111101 11110011 10000100 10110 0 101110 101 1011001 1010010 1001010

Color Harmonies of #BDF384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF384

Black with #BDF384

Text Example


Text Example

White with #BDF384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF384; }

 p { color: rgb(189,243,132); }

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

background-color css

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

 a { background-color: rgb(189,243,132); }

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

border-color css

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

 span { border-color: rgb(189,243,132); }

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