Html Css Color HEX #BDF683 Sulu

📋 copy color: '#BDF683'

red 189 ◦ green 246 ◦ blue 131

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

Shades of Sulu #BDF683

Tints of Sulu #BDF683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.14%

R = 33.39%
G = 43.46%
B = 23.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#BDF683 (or 0xBDF683) is known color: Sulu. HEX triplet: BD, F6 and 83. RGB value is (189,246,131). Sum of RGB (Red+Green+Blue) = 189+246+131=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 246 (96.48% from 255 or 43.46% from 566); Blue value is 131 (51.56% from 255 or 23.14% from 566); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF683 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF683 is #42097C. Grayscale: #D8D8D8. Windows color (decimal): -4327805 or 8648381. OLE color: 8648381.

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

Color convert

RGB 189 246 131 -
CMYK 0.23 0 0.47 0.04
HSL 89.74º 0.86% 0.74% -
HSV(B) 89.74º 0.47% 0.96% -
XYZ 58.04 78.37 33.54 -
YUV 215.85 80.12 108.85 -
System Red Green Blue C M Y K H S L
Decimal 189 246 131 0.23 0 0.47 0.04 89.74 0.86 0.74
Hex BD F6 83 17 0 2F 4 5A 56 4A
Octal 275 366 203 27 0 57 4 132 126 112
Binary 10111101 11110110 10000011 10111 0 101111 100 1011010 1010110 1001010

Color Harmonies of #BDF683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF683

Black with #BDF683

Text Example


Text Example

White with #BDF683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF683; }

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

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

background-color css

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

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

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

border-color css

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

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

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