Html Css Color HEX #BDF07D Sulu

📋 copy color: '#BDF07D'

red 189 ◦ green 240 ◦ blue 125

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

Shades of Sulu #BDF07D

Tints of Sulu #BDF07D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.32%

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

R = 34.12%
G = 43.32%
B = 22.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#BDF07D (or 0xBDF07D) is known color: Sulu. HEX triplet: BD, F0 and 7D. RGB value is (189,240,125). Sum of RGB (Red+Green+Blue) = 189+240+125=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 125 (49.22% from 255 or 22.56% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF07D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF07D is #420F82. Grayscale: #D4D4D4. Windows color (decimal): -4329347 or 8253629. OLE color: 8253629.

HSL color Cylindrical-coordinate representation of color #BDF07D: hue angle of 86.61º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDF07D is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 125 -
CMYK 0.21 0 0.48 0.06
HSL 86.61º 0.79% 0.72% -
HSV(B) 86.61º 0.48% 0.94% -
XYZ 55.85 74.62 30.86 -
YUV 211.64 79.1 111.85 -
System Red Green Blue C M Y K H S L
Decimal 189 240 125 0.21 0 0.48 0.06 86.61 0.79 0.72
Hex BD F0 7D 15 0 30 6 57 4F 48
Octal 275 360 175 25 0 60 6 127 117 110
Binary 10111101 11110000 1111101 10101 0 110000 110 1010111 1001111 1001000

Color Harmonies of #BDF07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF07D

Black with #BDF07D

Text Example


Text Example

White with #BDF07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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