Html Css Color HEX #BDF672 Sulu

📋 copy color: '#BDF672'

red 189 ◦ green 246 ◦ blue 114

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

Shades of Sulu #BDF672

Tints of Sulu #BDF672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.77%

R = 34.43%
G = 44.81%
B = 20.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#BDF672 (or 0xBDF672) is known color: Sulu. HEX triplet: BD, F6 and 72. RGB value is (189,246,114). Sum of RGB (Red+Green+Blue) = 189+246+114=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 246 (96.48% from 255 or 44.81% from 549); Blue value is 114 (44.92% from 255 or 20.77% from 549); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF672 is #42098D. Grayscale: #D6D6D6. Windows color (decimal): -4327822 or 7534269. OLE color: 7534269.

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

Color convert

RGB 189 246 114 -
CMYK 0.23 0 0.54 0.04
HSL 85.91º 0.88% 0.71% -
HSV(B) 85.91º 0.54% 0.96% -
XYZ 56.98 77.95 27.96 -
YUV 213.91 71.62 110.23 -
System Red Green Blue C M Y K H S L
Decimal 189 246 114 0.23 0 0.54 0.04 85.91 0.88 0.71
Hex BD F6 72 17 0 36 4 56 58 47
Octal 275 366 162 27 0 66 4 126 130 107
Binary 10111101 11110110 1110010 10111 0 110110 100 1010110 1011000 1000111

Color Harmonies of #BDF672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF672

Black with #BDF672

Text Example


Text Example

White with #BDF672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF672; }

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

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

background-color css

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

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

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

border-color css

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

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

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