Html Css Color HEX #BDF68D Sulu

📋 copy color: '#BDF68D'

red 189 ◦ green 246 ◦ blue 141

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

Shades of Sulu #BDF68D

Tints of Sulu #BDF68D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.71%

 BLUE value IS 141 (55.47% from 255) = 24.48%

R = 32.81%
G = 42.71%
B = 24.48%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#BDF68D (or 0xBDF68D) is known color: Sulu. HEX triplet: BD, F6 and 8D. RGB value is (189,246,141). Sum of RGB (Red+Green+Blue) = 189+246+141=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 246 (96.48% from 255 or 42.71% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF68D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF68D is #420972. Grayscale: #D9D9D9. Windows color (decimal): -4327795 or 9303741. OLE color: 9303741.

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

Color convert

RGB 189 246 141 -
CMYK 0.23 0 0.43 0.04
HSL 92.57º 0.85% 0.76% -
HSV(B) 92.57º 0.43% 0.96% -
XYZ 58.75 78.65 37.28 -
YUV 216.99 85.12 108.04 -
System Red Green Blue C M Y K H S L
Decimal 189 246 141 0.23 0 0.43 0.04 92.57 0.85 0.76
Hex BD F6 8D 17 0 2B 4 5D 55 4C
Octal 275 366 215 27 0 53 4 135 125 114
Binary 10111101 11110110 10001101 10111 0 101011 100 1011101 1010101 1001100

Color Harmonies of #BDF68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF68D

Black with #BDF68D

Text Example


Text Example

White with #BDF68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF68D; }

 p { color: rgb(189,246,141); }

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

background-color css

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

 a { background-color: rgb(189,246,141); }

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

border-color css

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

 span { border-color: rgb(189,246,141); }

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