Html Css Color HEX #BDF674 Sulu

📋 copy color: '#BDF674'

red 189 ◦ green 246 ◦ blue 116

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

Shades of Sulu #BDF674

Tints of Sulu #BDF674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.05%

R = 34.3%
G = 44.65%
B = 21.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#BDF674 (or 0xBDF674) is known color: Sulu. HEX triplet: BD, F6 and 74. RGB value is (189,246,116). Sum of RGB (Red+Green+Blue) = 189+246+116=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 246 (96.48% from 255 or 44.65% from 551); Blue value is 116 (45.70% from 255 or 21.05% from 551); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF674 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF674 is #42098B. Grayscale: #D6D6D6. Windows color (decimal): -4327820 or 7665341. OLE color: 7665341.

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

Color convert

RGB 189 246 116 -
CMYK 0.23 0 0.53 0.04
HSL 86.31º 0.88% 0.71% -
HSV(B) 86.31º 0.53% 0.96% -
XYZ 57.09 77.99 28.57 -
YUV 214.14 72.62 110.07 -
System Red Green Blue C M Y K H S L
Decimal 189 246 116 0.23 0 0.53 0.04 86.31 0.88 0.71
Hex BD F6 74 17 0 35 4 56 58 47
Octal 275 366 164 27 0 65 4 126 130 107
Binary 10111101 11110110 1110100 10111 0 110101 100 1010110 1011000 1000111

Color Harmonies of #BDF674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF674

Black with #BDF674

Text Example


Text Example

White with #BDF674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF674; }

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

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

background-color css

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

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

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

border-color css

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

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

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