Html Css Color HEX #BDF37D Sulu

📋 copy color: '#BDF37D'

red 189 ◦ green 243 ◦ blue 125

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

Shades of Sulu #BDF37D

Tints of Sulu #BDF37D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.44%

R = 33.93%
G = 43.63%
B = 22.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#BDF37D (or 0xBDF37D) is known color: Sulu. HEX triplet: BD, F3 and 7D. RGB value is (189,243,125). Sum of RGB (Red+Green+Blue) = 189+243+125=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 243 (95.31% from 255 or 43.63% from 557); Blue value is 125 (49.22% from 255 or 22.44% from 557); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF37D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF37D is #420C82. Grayscale: #D5D5D5. Windows color (decimal): -4328579 or 8254397. OLE color: 8254397.

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

Color convert

RGB 189 243 125 -
CMYK 0.22 0 0.49 0.05
HSL 87.46º 0.83% 0.72% -
HSV(B) 87.46º 0.49% 0.95% -
XYZ 56.74 76.4 31.16 -
YUV 213.4 78.11 110.59 -
System Red Green Blue C M Y K H S L
Decimal 189 243 125 0.22 0 0.49 0.05 87.46 0.83 0.72
Hex BD F3 7D 16 0 31 5 57 53 48
Octal 275 363 175 26 0 61 5 127 123 110
Binary 10111101 11110011 1111101 10110 0 110001 101 1010111 1010011 1001000

Color Harmonies of #BDF37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF37D

Black with #BDF37D

Text Example


Text Example

White with #BDF37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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