Html Css Color HEX #BDF679 Sulu

📋 copy color: '#BDF679'

red 189 ◦ green 246 ◦ blue 121

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

Shades of Sulu #BDF679

Tints of Sulu #BDF679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 21.76%

R = 33.99%
G = 44.24%
B = 21.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#BDF679 (or 0xBDF679) is known color: Sulu. HEX triplet: BD, F6 and 79. RGB value is (189,246,121). Sum of RGB (Red+Green+Blue) = 189+246+121=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 246 (96.48% from 255 or 44.24% from 556); Blue value is 121 (47.66% from 255 or 21.76% from 556); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF679 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF679 is #420986. Grayscale: #D7D7D7. Windows color (decimal): -4327815 or 7993021. OLE color: 7993021.

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

Color convert

RGB 189 246 121 -
CMYK 0.23 0 0.51 0.04
HSL 87.36º 0.87% 0.72% -
HSV(B) 87.36º 0.51% 0.96% -
XYZ 57.39 78.11 30.14 -
YUV 214.71 75.12 109.66 -
System Red Green Blue C M Y K H S L
Decimal 189 246 121 0.23 0 0.51 0.04 87.36 0.87 0.72
Hex BD F6 79 17 0 33 4 57 57 48
Octal 275 366 171 27 0 63 4 127 127 110
Binary 10111101 11110110 1111001 10111 0 110011 100 1010111 1010111 1001000

Color Harmonies of #BDF679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF679

Black with #BDF679

Text Example


Text Example

White with #BDF679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF679; }

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

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

background-color css

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

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

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

border-color css

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

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

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